From 0bc453c3e644edfc1514f310a3360766f95d0fb2 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 7 May 2005 05:00:40 +0000 Subject: 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 --- .../files/manualpatch-plugins-swt-motif-build.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh (limited to 'java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh') diff --git a/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh b/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh new file mode 100644 index 000000000000..bfc5582b1349 --- /dev/null +++ b/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh @@ -0,0 +1,21 @@ +--- 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 @@ + echo "Building Linux motif x86 version of SWT" + esac + ;; ++ "FreeBSD") ++ case $MODEL in ++ i?86) ++ OUTPUT_DIR=../../../org.eclipse.swt.motif/os/freebsd/x86 ++ makefile="make_freebsd.mak" ++ echo "Building FreeBSD motif x86 version of SWT" ++ ;; ++ *) ++ echo "*** Unknown MODEL <${MODEL}>" ++ ;; ++ esac ++ ;; + "SunOS") + case $MODEL in + *) -- cgit v1.2.3