diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-02 07:43:14 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-02 07:43:14 +0000 |
commit | 13cb811f6f2653661c57d8ec8a57ef5a5ae8fb91 (patch) | |
tree | fec0dec3e6740482c68fda561e71a7174d714851 /games | |
parent | 24b68a14125be4938e371a03cc56a97d941a57a4 (diff) | |
download | FreeBSD-ports-13cb811f6f2653661c57d8ec8a57ef5a5ae8fb91.zip FreeBSD-ports-13cb811f6f2653661c57d8ec8a57ef5a5ae8fb91.tar.gz |
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.
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 600d924..0682f38 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 |