summaryrefslogtreecommitdiff
path: root/java/eclipse/files/manualpatch-plugins-swt-motif-build.sh
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 05:26:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 05:26:16 +0000
commit0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch)
tree834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/manualpatch-plugins-swt-motif-build.sh
parentFix 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@
Notes
Notes: svn path=/head/; revision=140521
Diffstat (limited to 'java/eclipse/files/manualpatch-plugins-swt-motif-build.sh')
-rw-r--r--java/eclipse/files/manualpatch-plugins-swt-motif-build.sh28
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 000000000000..67f3e36be840
--- /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