summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
commit28a3f566fca055cd6c99ab2f6cd7390324c1814d (patch)
tree108450e1e2832da70f3e9cccbd427c8f60674457 /java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh
parentUpgrade to 0.39. (diff)
. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
Notes
Notes: svn path=/head/; revision=201381
Diffstat (limited to '')
-rw-r--r--java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 67f3e36be840..000000000000
--- a/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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