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
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:04 -0300
commitf3bda5cbd06583bca8cd63af47448527f406854d (patch)
treee0d44987d26ee14245527342d127c724e977d514 /pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch
parente6d6438f441bd115bc47401247e160f4b9951967 (diff)
downloadabslibre-f3bda5cbd06583bca8cd63af47448527f406854d.tar.gz
abslibre-f3bda5cbd06583bca8cd63af47448527f406854d.tar.bz2
abslibre-f3bda5cbd06583bca8cd63af47448527f406854d.zip
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>