diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-26 00:43:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-26 00:43:20 +0000 |
commit | f26230267dfd1ed88cff828eaccbccfd34a73554 (patch) | |
tree | 4b81c223552fa08286a84aa72a20b3cb920e8856 /games/xroads | |
parent | b8d9660ed5c0973ff32039490aee8b391da3233d (diff) | |
download | pkgsrc-f26230267dfd1ed88cff828eaccbccfd34a73554.tar.gz |
elf lib fix
Diffstat (limited to 'games/xroads')
-rw-r--r-- | games/xroads/files/patch-sum | 4 | ||||
-rw-r--r-- | games/xroads/patches/patch-aa | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/xroads/files/patch-sum b/games/xroads/files/patch-sum index 0473519e5e3..e37fb0508ee 100644 --- a/games/xroads/files/patch-sum +++ b/games/xroads/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:04 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/09/26 00:46:05 hubertf Exp $ -MD5 (patch-aa) = 917d619333b8572834f13aaebfbe3b82 +MD5 (patch-aa) = 1a5c8cf7beb9cf517662fcd14738b03c MD5 (patch-ab) = ffacf43f8ada5b7cd3841a77cb084b09 diff --git a/games/xroads/patches/patch-aa b/games/xroads/patches/patch-aa index c8df3588132..832aeafd581 100644 --- a/games/xroads/patches/patch-aa +++ b/games/xroads/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/01 02:35:12 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2000/09/26 00:46:05 hubertf Exp $ ---- Makefile.orig Thu Jul 1 04:13:17 1999 -+++ Makefile Thu Jul 1 04:22:45 1999 +--- Makefile.orig Wed Jun 30 20:25:02 1999 ++++ Makefile @@ -5,8 +5,8 @@ # it's data, and BINPATH is where it puts the executable ########################################################################### @@ -27,7 +27,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/01 02:35:12 hubertf Exp $ ### Linux machines use this line: -LINK = -L/usr/X11R6/lib -I/usr/X11R6/include -lX11 -lm -+LINK = -L${X11BASE}/lib -I${X11BASE}/include -lX11 -lm ++LINK = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -I${X11BASE}/include -lX11 -lm ### I'm told this line works fine on Solaris 2.5.1 with X11R5: #LINK = -L/usr/openwin/lib -I/usr/openwin/include -lX11 -lm |