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/xmame | |
parent | ac336b442c4f18d26c208a25447274a0f84757d1 (diff) | |
download | pkgsrc-0471d2680dd80751372252f82ff350eebd8d1e01.tar.gz |
ELF rpath issues.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 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 |