diff options
author | ale <ale@FreeBSD.org> | 2007-06-17 20:14:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-06-17 20:14:20 +0800 |
commit | f7e99baa460da2afe701b41a0c364ba5bfa5c96f (patch) | |
tree | 8b6d5cf13d3435c3ff4c2640f37bf795b12d742a /java/jakarta-commons-httpclient | |
parent | 97131e60e310d7e60f62a34d6209a174c46b89bb (diff) | |
download | freebsd-ports-gnome-f7e99baa460da2afe701b41a0c364ba5bfa5c96f.tar.gz freebsd-ports-gnome-f7e99baa460da2afe701b41a0c364ba5bfa5c96f.tar.zst freebsd-ports-gnome-f7e99baa460da2afe701b41a0c364ba5bfa5c96f.zip |
Fix build.
Diffstat (limited to 'java/jakarta-commons-httpclient')
-rw-r--r-- | java/jakarta-commons-httpclient/files/patch-build.xml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml index bf2184153274..de7ff4e2bc73 100644 --- a/java/jakarta-commons-httpclient/files/patch-build.xml +++ b/java/jakarta-commons-httpclient/files/patch-build.xml @@ -1,6 +1,6 @@ ---- build.xml.orig Sun Oct 17 01:24:11 2004 -+++ build.xml Sun Oct 17 01:26:18 2004 -@@ -199,10 +199,6 @@ +--- build.xml.orig Sun May 7 16:22:18 2006 ++++ build.xml Sun Jun 17 14:12:16 2007 +@@ -158,10 +158,6 @@ <copy todir="${dist.home}/src" filtering="on"> <fileset dir="${source.home}"/> </copy> @@ -11,3 +11,17 @@ </target> <!-- ========== Targets: "External" Targets: Clean-up ===================== --> +@@ -181,13 +177,6 @@ + description="Compile shareable components"> + <javac srcdir ="${source.home}/java" + destdir ="${build.home}/classes" +- debug ="${compile.debug}" +- deprecation ="${compile.deprecation}" +- optimize ="${compile.optimize}"> +- <classpath refid="compile.classpath"/> +- </javac> +- <javac srcdir ="${source.home}/examples" +- destdir ="${build.home}/examples" + debug ="${compile.debug}" + deprecation ="${compile.deprecation}" + optimize ="${compile.optimize}"> |