diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:30:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:30:17 +0000 |
commit | 371035ab61bfc6d32fa726bcb15caab6919c9d62 (patch) | |
tree | 34f8ef2833c9c0d09bb2a4c6cc980d8c51b4e1a1 /java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile | |
parent | Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS). (diff) |
. Update to Eclipse Europa, copied over from eclipse-devel.
Diffstat (limited to 'java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile')
-rw-r--r-- | java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile b/java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile new file mode 100644 index 000000000000..aec22abb6bda --- /dev/null +++ b/java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile @@ -0,0 +1,11 @@ +--- plugins/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile.orig Sun Aug 19 23:58:06 2007 ++++ plugins/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile Sun Aug 19 23:58:15 2007 +@@ -17,7 +17,7 @@ + OS_TYPE = freebsd + + #Set this to be the location of your JRE +-JAVA_HOME = ~/vm/sun142 ++ + + JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE} + COMMON_INCLUDE = -I include |