From 68e4663f01d748743e0029f83931c02fba58eb4e Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 30 Jan 2007 10:25:34 +0000 Subject: - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr --- games/xbomb/files/patch-aa | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games/xbomb') 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 : -- cgit