diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-07 05:00:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-07 05:00:40 +0000 |
commit | 0bc453c3e644edfc1514f310a3360766f95d0fb2 (patch) | |
tree | 6da7c8eeff44f013dcae1a63682175b9dd0b0fe7 /java/eclipse-devel/files/patch-build | |
parent | Fix the build on 4.X. (diff) |
Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing
in particular.
PR: ports/79917
Submitted by: various members of freebsd-java
Notes
Notes:
svn path=/head/; revision=134751
Diffstat (limited to 'java/eclipse-devel/files/patch-build')
-rw-r--r-- | java/eclipse-devel/files/patch-build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-build b/java/eclipse-devel/files/patch-build new file mode 100644 index 000000000000..0b3ac7f120a0 --- /dev/null +++ b/java/eclipse-devel/files/patch-build @@ -0,0 +1,11 @@ +--- build.orig Fri Apr 1 13:58:26 2005 ++++ build Sun Apr 3 23:33:46 2005 +@@ -52,7 +52,7 @@ + exit 1 + fi + +-if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ] ++if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86" ] || [ "$os-$ws-$arch" = "freebsd-motif-x86" ] || [ "$os-$ws-$arch" = "freebsd-gtk-amd64" ] + then + ORIGCLASSPATH=$CLASSPATH;export ORIGCLASSPATH + ant -q -buildfile jdtcoresrc/compilejdtcorewithjavac.xml |