summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authormycroft <mycroft>1999-07-27 03:20:38 +0000
committermycroft <mycroft>1999-07-27 03:20:38 +0000
commita25564cd0744f293e9828a4de31613728436f4f9 (patch)
tree3e2339f06daf271baaa50fd6d423a513e5e1614d /emulators/xmess
parentc3c9d8852b7a9ff124a3225913a162bb5624f44a (diff)
downloadpkgsrc-a25564cd0744f293e9828a4de31613728436f4f9.tar.gz
ELF rpath issues.
Diffstat (limited to 'emulators/xmess')
-rw-r--r--emulators/xmess/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
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