diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 10:08:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 10:08:31 +0800 |
commit | 5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4 (patch) | |
tree | d5dfb76d9c4d9d95b03d27b143a42113154c8bd6 /java/eclipse/files/manualpatch-plugins-swt-motif-build.sh | |
parent | 830d294a5e2395223311fb8b9f6aa3e65ccf1443 (diff) | |
download | marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar.gz marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar.bz2 marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar.lz marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar.xz marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.tar.zst marcuscom-ports-5fd5f9c23ad61fb47fd066ffb187e5f4362b46e4.zip |
- Attempt to fix build with gecko move. (someone that uses eclipse please test)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7447 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'java/eclipse/files/manualpatch-plugins-swt-motif-build.sh')
-rw-r--r-- | java/eclipse/files/manualpatch-plugins-swt-motif-build.sh | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/java/eclipse/files/manualpatch-plugins-swt-motif-build.sh b/java/eclipse/files/manualpatch-plugins-swt-motif-build.sh new file mode 100644 index 000000000..67f3e36be --- /dev/null +++ b/java/eclipse/files/manualpatch-plugins-swt-motif-build.sh @@ -0,0 +1,28 @@ +--- 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.freebsd.x86 ++ makefile="make_freebsd.mak" ++ echo "Building FreeBSD motif x86 version of SWT" ++ ;; ++ *) ++ echo "*** Unknown MODEL <${MODEL}>" ++ ;; ++ esac ++ ;; + "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 |