diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 07:43:14 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 07:43:14 +0000 |
commit | 3fca309698216aa6974dbf4ff53219075b098c6b (patch) | |
tree | d97bd96313853c3010ce7b4aeb6b31b309c8630e /games | |
parent | Changes from apache13-modssl: (diff) |
make it work with MOTIFLIB (for real this time). This port doesn't
use imake even though it has an Imakefile. Don't need to patch Imakefile
if you don't use it.
Notes
Notes:
svn path=/head/; revision=18306
Diffstat (limited to 'games')
-rw-r--r-- | games/CaribbeanStud/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/CaribbeanStud/files/patch-aa b/games/CaribbeanStud/files/patch-aa index 600d9248a85e..0682f380a285 100644 --- a/games/CaribbeanStud/files/patch-aa +++ b/games/CaribbeanStud/files/patch-aa @@ -1,5 +1,5 @@ ---- Xmakefile Fri Jan 31 22:47:59 1997 -+++ /home/andy/tmp/wrk/Xmakefile Sat Jul 4 19:07:47 1998 +--- Xmakefile.orig Fri Jan 31 14:47:59 1997 ++++ Xmakefile Sun May 2 00:40:04 1999 @@ -77,17 +77,27 @@ #UILFLAGS=-I/usr/include/uil -I/usr/include/Motif1.2/uil ### @@ -12,7 +12,7 @@ +CXXFLAGS+= $(XINCLUDES) +LDFLAGS+=-L$(X11BASE)/lib +LDLIBS= -+MOTIFLIBS=-lXm -lXmu -lXt -lX11 ++MOTIFLIBS=-lXm -lXmu -lXt -lX11 ${MOTIFLIB} + #LDLIBS = -lPW # Program configuration |