diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 22:26:35 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 22:26:35 +0000 |
commit | 6033e1300d4e78abd05b448bad11d5443d2a174d (patch) | |
tree | 261050f3955c8763374d857f7c0521171e2ac3f7 /games/wmtimebomb/files | |
parent | Remove empty and unused ${PREFIX}/etc/apache/{access.conf*,srm.conf*}. (diff) |
Upgrade to wmtimebomb 0.2.0
PR: ports/11066
Submitted by: mharo
Notes
Notes:
svn path=/head/; revision=17790
Diffstat (limited to 'games/wmtimebomb/files')
-rw-r--r-- | games/wmtimebomb/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/wmtimebomb/files/patch-aa b/games/wmtimebomb/files/patch-aa new file mode 100644 index 000000000000..8aa35c520dda --- /dev/null +++ b/games/wmtimebomb/files/patch-aa @@ -0,0 +1,14 @@ +--- Imakefile.orig Thu Apr 8 09:13:44 1999 ++++ Imakefile Thu Apr 8 09:14:16 1999 +@@ -1,7 +1,9 @@ +-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif +-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList ++XPMLIB = -L@X11BASE@/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif ++WMAKER = -L@LOCALBASE@/lib -lWMaker -lWINGs -lwraster -lPropList + + LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB) ++ ++EXTRA_INCLUDES= -I@LOCALBASE@/include + + SRCS = timebomb.c + OBJS = timebomb.o |