summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-07-27 03:20:38 +0000
committermycroft <mycroft@pkgsrc.org>1999-07-27 03:20:38 +0000
commit0471d2680dd80751372252f82ff350eebd8d1e01 (patch)
tree3e2339f06daf271baaa50fd6d423a513e5e1614d
parentac336b442c4f18d26c208a25447274a0f84757d1 (diff)
downloadpkgsrc-0471d2680dd80751372252f82ff350eebd8d1e01.tar.gz
ELF rpath issues.
-rw-r--r--emulators/xmame/patches/patch-aa4
-rw-r--r--emulators/xmess/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa
index 7554414b763..28a3c26f271 100644
--- a/emulators/xmame/patches/patch-aa
+++ b/emulators/xmame/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.18 1999/04/03 21:45:16 mycroft Exp $
+$NetBSD: patch-aa,v 1.19 1999/07/27 03:20:38 mycroft Exp $
--- makefile.unix.orig Sat Mar 27 14:28:37 1999
+++ makefile.unix Sat Apr 3 14:19:27 1999
@@ -81,7 +81,7 @@ $NetBSD: patch-aa,v 1.18 1999/04/03 21:45:16 mycroft Exp $
-X11INC = -I/usr/X11R6/include
-X11LIB = -L/usr/X11R6/lib
+X11INC = -I${PREFIX}/include
-+X11LIB = -L${PREFIX}/lib
++X11LIB = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib
# for Sun systems
# X11INC = -I/usr/openwin/include
# X11LIB = -L/usr/openwin/lib
diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa
index 729b826bc74..50b58a4558a 100644
--- a/emulators/xmess/patches/patch-aa
+++ b/emulators/xmess/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.10 1998/11/12 23:20:10 frueauf Exp $
+$NetBSD: patch-aa,v 1.11 1999/07/27 03:20:38 mycroft Exp $
--- makefile.unix.orig Wed Aug 26 18:40:21 1998
+++ makefile.unix Mon Aug 31 04:06:42 1998
@@ -93,7 +93,7 @@ $NetBSD: patch-aa,v 1.10 1998/11/12 23:20:10 frueauf Exp $
-X11INC = -I/usr/X11R6/include
-X11LIB = -L/usr/X11R6/lib
+X11INC = -I${PREFIX}/include
-+X11LIB = -L${PREFIX}/lib
++X11LIB = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib
# for Sun systems
# X11INC = -I/usr/openwin/include
# X11LIB = -L/usr/openwin/lib