summaryrefslogtreecommitdiff
path: root/pcr/protobuf-java/protobuf-java.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-19 05:45:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-19 05:45:54 -0500
commit706101695d65ad43314626951aa16d7586e2b104 (patch)
tree8a4c6122f995e873de5a170c7d128d2dbfecca64 /pcr/protobuf-java/protobuf-java.patch
parent3bee1fa60b4b62da0cd625ea2e46a706533e9e15 (diff)
protobuf-java: add new package to [pcr] (required by closure-compiler)
Diffstat (limited to 'pcr/protobuf-java/protobuf-java.patch')
-rw-r--r--pcr/protobuf-java/protobuf-java.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/protobuf-java/protobuf-java.patch b/pcr/protobuf-java/protobuf-java.patch
new file mode 100644
index 000000000..1286223ed
--- /dev/null
+++ b/pcr/protobuf-java/protobuf-java.patch
@@ -0,0 +1,21 @@
+diff -aur protobuf-2.4.1/java/pom.xml protobuf-2.4.1-patched/java/pom.xml
+--- protobuf-2.4.1/java/pom.xml 2011-04-30 19:23:04.000000000 +0200
++++ protobuf-2.4.1-patched/java/pom.xml 2011-05-09 17:58:09.000000000 +0200
+@@ -78,7 +78,7 @@
+ <configuration>
+ <tasks>
+ <mkdir dir="target/generated-sources" />
+- <exec executable="../src/protoc">
++ <exec executable="protoc">
+ <arg value="--java_out=target/generated-sources" />
+ <arg value="--proto_path=../src" />
+ <arg value="../src/google/protobuf/descriptor.proto" />
+@@ -96,7 +96,7 @@
+ <configuration>
+ <tasks>
+ <mkdir dir="target/generated-test-sources" />
+- <exec executable="../src/protoc">
++ <exec executable="protoc">
+ <arg value="--java_out=target/generated-test-sources" />
+ <arg value="--proto_path=../src" />
+ <arg value="--proto_path=src/test/java" />