diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-29 03:41:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-29 03:41:42 +0000 |
commit | a40f6b4f7752009bd5f5063eb01d1fec681314dd (patch) | |
tree | c2a66806360fff9d21229d4111b879eff914dc6c /java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh | |
parent | - Update to 3.5.8 (including XSS problem fix). (diff) |
o Update to 3.1M7. [1]
o Add LATEST_LINK. [2]
PR: ports/81076 [1]
Submitted by: Alex Varju <freebsd-ports@varju.ca> [1]
Pointed out by: krisbot via kris [2]
Tested by: java@ [1]
Notes
Notes:
svn path=/head/; revision=136365
Diffstat (limited to 'java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh')
-rw-r--r-- | java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh b/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh index bfc5582b1349..67f3e36be840 100644 --- a/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh +++ b/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh @@ -1,13 +1,13 @@ ---- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh Fri Apr 1 13:55:27 2005 -+++ ../files/plugins-swt-motif-build.sh Sun Apr 3 16:38:13 2005 -@@ -57,6 +57,18 @@ +--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh.orig Fri May 13 11:37:09 2005 ++++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh Sat May 14 21:03:05 2005 +@@ -54,6 +54,18 @@ echo "Building Linux motif x86 version of SWT" esac ;; + "FreeBSD") + case $MODEL in + i?86) -+ OUTPUT_DIR=../../../org.eclipse.swt.motif/os/freebsd/x86 ++ OUTPUT_DIR=../../../org.eclipse.swt.motif.freebsd.x86 + makefile="make_freebsd.mak" + echo "Building FreeBSD motif x86 version of SWT" + ;; @@ -19,3 +19,10 @@ "SunOS") case $MODEL in *) +@@ -113,4 +125,4 @@ + + export JAVA_HOME MOTIF_HOME CDE_HOME OUTPUT_DIR + +-make -f $makefile $1 $2 $3 $4 +\ No newline at end of file ++gmake -f $makefile $1 $2 $3 $4 |