summaryrefslogtreecommitdiff
path: root/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-15 22:56:38 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-15 22:56:38 -0500
commit4d06d365df6ecd69c85d80ec448b516a9f1bcd59 (patch)
tree7535e5d2627d6edae73242c5b532e487ddee5035 /pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch
parent918470a84dcfec5e774bf7563a85f5808146e91d (diff)
java-commons-httpclient: add new package to [pcr]
Diffstat (limited to 'pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch')
-rw-r--r--pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch b/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch
new file mode 100644
index 000000000..a586b6b6e
--- /dev/null
+++ b/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch
@@ -0,0 +1,21 @@
+--- commons-httpclient-3.1.orig/build.xml 2007-08-18 04:02:14.000000000 -0500
++++ commons-httpclient-3.1/build.xml 2015-09-15 22:34:20.497911699 -0500
+@@ -181,14 +181,16 @@
+ destdir ="${build.home}/classes"
+ debug ="${compile.debug}"
+ deprecation ="${compile.deprecation}"
+- optimize ="${compile.optimize}">
++ optimize ="${compile.optimize}"
++ encoding="iso-8859-1">
+ <classpath refid="compile.classpath"/>
+ </javac>
+ <javac srcdir ="${source.home}/examples"
+ destdir ="${build.home}/examples"
+ debug ="${compile.debug}"
+ deprecation ="${compile.deprecation}"
+- optimize ="${compile.optimize}">
++ optimize ="${compile.optimize}"
++ encoding="iso-8859-1">
+ <classpath refid="compile.classpath"/>
+ </javac>
+ </target>