summaryrefslogtreecommitdiff
path: root/games/xbomb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /games/xbomb
parent- Update to 1.7.8 (diff)
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'games/xbomb')
-rw-r--r--games/xbomb/files/patch-aa10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/xbomb/files/patch-aa b/games/xbomb/files/patch-aa
index 8507b8b3798b..26c5356a4dab 100644
--- a/games/xbomb/files/patch-aa
+++ b/games/xbomb/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Sun Jan 21 06:02:46 1996
-+++ Makefile Tue Jan 18 00:00:00 2000
-@@ -12,33 +12,30 @@
+--- Makefile.orig Sat Jan 20 16:02:46 1996
++++ Makefile Thu Jan 25 22:20:42 2007
+@@ -12,33 +12,28 @@
# for conditions under which this file may be redistributed.
#
@@ -17,9 +17,7 @@
-
-COMPILE=$(CC) -c $(CFLAGS)
+XLIB=-L${X11BASE}/lib -lXaw -lXmu -lXt -lX11 -lcompat
-+.if ${PORTOBJFORMAT} == "elf"
+XLIB+= -Wl,-rpath,${X11BASE}/lib
-+.endif
LINK=$(CC)
@@ -42,7 +40,7 @@
xbomb.o : xbomb.c xbomb.h
xwindow.o : xwindow.c xbomb.h icon.h
hiscore.o : hiscore.c xbomb.h
-@@ -51,10 +48,10 @@
+@@ -51,10 +46,10 @@
########
install :