diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /games/xbomb/files/patch-aa | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) |
Notes
Diffstat (limited to 'games/xbomb/files/patch-aa')
-rw-r--r-- | games/xbomb/files/patch-aa | 10 |
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 : |