diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
commit | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch) | |
tree | 834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-build.bat | |
parent | Fix build on 4-stable. (diff) |
Update to 3.1.
o java/eclipse-devel is IGNOREd now until 3.2+.
o change MAINTAINERship to java@ on java/eclipse-devel. [1]
PR: ports/84252
Submitted by: Panagiotis Astithas <past@ebs.gr>
Requested by: devel/eclipse-devel's maintainer [1]
Tested by: java@
Diffstat (limited to 'java/eclipse/files/patch-build.bat')
-rw-r--r-- | java/eclipse/files/patch-build.bat | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-build.bat b/java/eclipse/files/patch-build.bat new file mode 100644 index 000000000000..27006ce8beda --- /dev/null +++ b/java/eclipse/files/patch-build.bat @@ -0,0 +1,12 @@ +--- build.bat.orig Mon Jun 27 21:55:26 2005 ++++ build.bat Sun Jul 17 18:21:31 2005 +@@ -44,6 +44,9 @@ + if %os%-%ws%-%arch%==qnx-photon-x86 goto run + if %os%-%ws%-%arch%==hpux-motif-ia64_32 goto run + if %os%-%ws%-%arch%==macosx-carbon-ppc goto run ++if %os%-%ws%-%arch%==freebsd-motif-x86 goto run ++if %os%-%ws%-%arch%==freebsd-gtk-x86 goto run ++if %os%-%ws%-%arch%==freebsd-gtk-amd64 goto run + + ECHO The ws os arch combination entered is not valid. + goto end |