aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml')
-rw-r--r--java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml b/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml
new file mode 100644
index 000000000000..c4c177ebc416
--- /dev/null
+++ b/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml
@@ -0,0 +1,16 @@
+--- plugins/org.eclipse.update.core.freebsd/src/build.xml.orig 2009-04-17 16:09:39.450704199 -0400
++++ plugins/org.eclipse.update.core.freebsd/src/build.xml 2009-04-17 16:10:00.209609388 -0400
+@@ -43,13 +43,9 @@
+
+ <!-- This target build the library -->
+ <target name="build">
+- <echo message="Building ${library-file}"/>
+-
+ <property name="header-path" value="${jdk-path}/../include"/>
+ <property name="header-freebsd-path" value="${header-path}/freebsd" />
+
+- <echo message="gcc -o ${library-file} -shared -I${src-path} -I${header-freebsd-path} -fPIC ${library-file}"/>
+-
+ <apply executable="gcc" dest="${eclipse-home}/" parallel="false">
+ <arg value="-o"/>
+ <arg value="${library-file}"/>