diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
commit | 4085ba54b41d14620736520c2c40425a544cb5a4 (patch) | |
tree | 2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-launcher-motif-make_linux.mak | |
parent | Fix build on 4.x. (diff) |
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
Jeremy Faulkner <gldisater@gldis.ca>
Torben Jager <Torben.Jaeger@t-online.de>
Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by: java
Diffstat (limited to 'java/eclipse/files/patch-launcher-motif-make_linux.mak')
-rw-r--r-- | java/eclipse/files/patch-launcher-motif-make_linux.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-launcher-motif-make_linux.mak b/java/eclipse/files/patch-launcher-motif-make_linux.mak new file mode 100644 index 000000000000..949e93722cae --- /dev/null +++ b/java/eclipse/files/patch-launcher-motif-make_linux.mak @@ -0,0 +1,11 @@ +--- plugins/platform-launcher/library/motif/make_linux.mak.orig Sun Jun 20 12:51:29 2004 ++++ plugins/platform-launcher/library/motif/make_linux.mak Sun Jun 20 12:53:01 2004 +@@ -21,7 +21,7 @@ + # X11_HOME - X11 includes and libraries + # MOTIF_HOME - Motif include and libraries if not the same as X11_HOME + X11_HOME = /usr/X11R6 +-MOTIF_HOME = /bluebird/teamswt/swt-builddir/motif21 ++MOTIF_HOME = $(X11_HOME) + + # Define the object modules to be compiled and flags. + OBJS = eclipse.o eclipseUtil.o eclipseShm.o eclipseMotif.o \ |