diff options
Diffstat (limited to 'games/CaribbeanStud/files/patch-Xmakefile')
-rw-r--r-- | games/CaribbeanStud/files/patch-Xmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/CaribbeanStud/files/patch-Xmakefile b/games/CaribbeanStud/files/patch-Xmakefile index 617ce934fdbf..cb172009950a 100644 --- a/games/CaribbeanStud/files/patch-Xmakefile +++ b/games/CaribbeanStud/files/patch-Xmakefile @@ -6,11 +6,11 @@ +## FreeBSD +## -+XINCLUDES=-I$(X11BASE)/include ++XINCLUDES=-I$(LOCALBASE)/include +UILFLAGS= +CFLAGS+= -fhandle-exceptions -fno-for-scope +CXXFLAGS+= $(XINCLUDES) -+LDFLAGS+=-L$(X11BASE)/lib ++LDFLAGS+=-L$(LOCALBASE)/lib +LDLIBS= +MOTIFLIBS=-lXm -lXmu -lXt -lX11 ${MOTIFLIB} + |