summaryrefslogtreecommitdiff
path: root/games/xbomber/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-26 00:43:20 +0000
committerhubertf <hubertf>2000-09-26 00:43:20 +0000
commit66efee4d634bfe0ecb3e1ec2de87b7fe3977d41d (patch)
tree4b81c223552fa08286a84aa72a20b3cb920e8856 /games/xbomber/patches
parent7be943d225e74c275c69d9eacbabc135a9b0b4af (diff)
downloadpkgsrc-66efee4d634bfe0ecb3e1ec2de87b7fe3977d41d.tar.gz
elf lib fix
Diffstat (limited to 'games/xbomber/patches')
-rw-r--r--games/xbomber/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xbomber/patches/patch-aa b/games/xbomber/patches/patch-aa
index ba86c20cc94..b9f0273b99e 100644
--- a/games/xbomber/patches/patch-aa
+++ b/games/xbomber/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/08/14 11:26:45 frueauf Exp $
+$NetBSD: patch-aa,v 1.4 2000/09/26 00:43:21 hubertf Exp $
--- makefile.orig Fri Jun 19 05:28:34 1998
-+++ makefile Fri Aug 14 13:15:08 1998
++++ makefile
@@ -11,15 +11,22 @@
# Makefile user-definable variables------------------------------------------
@@ -23,7 +23,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/14 11:26:45 frueauf Exp $
# adjust according to target
-XLIB=-L/usr/X11/lib -lX11
-+XLIB=-L$(PREFIX)/lib -lX11
++XLIB=-Wl,-R${PREFIX}/lib -L$(PREFIX)/lib -lX11
# uncomment for sunos/solaris
#XLIB=-L/usr/openwin/lib -lX11