diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-07-27 03:20:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-07-27 03:20:38 +0000 |
commit | 0471d2680dd80751372252f82ff350eebd8d1e01 (patch) | |
tree | 3e2339f06daf271baaa50fd6d423a513e5e1614d /emulators/xmess | |
parent | ac336b442c4f18d26c208a25447274a0f84757d1 (diff) | |
download | pkgsrc-0471d2680dd80751372252f82ff350eebd8d1e01.tar.gz |
ELF rpath issues.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/patches/patch-aa | 4 |
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 |