diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-22 16:45:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-22 16:45:46 +0000 |
commit | f5677e8c16c53537cff3ff6bc2a7536ca8ef1389 (patch) | |
tree | 4548f30def32558bdaa835ec762fca0cc5f0f1e6 /math/snns/patches | |
parent | 490d7af3ee9dc8e853ddc4bc1a403b4e2fcfb42c (diff) | |
download | pkgsrc-f5677e8c16c53537cff3ff6bc2a7536ca8ef1389.tar.gz |
Fix rpath lossage noted in recent bulk build.
Diffstat (limited to 'math/snns/patches')
-rw-r--r-- | math/snns/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/snns/patches/patch-ac b/math/snns/patches/patch-ac new file mode 100644 index 00000000000..54397c7b81f --- /dev/null +++ b/math/snns/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/07/22 16:45:46 wiz Exp $ + +--- configuration/Makefile.din.orig Thu Sep 3 15:44:26 1998 ++++ configuration/Makefile.din +@@ -93,7 +93,7 @@ + # Define library and include paths for the X system if headers and + # libraries can not be found in standard places + X_CFLAGS = @X_CFLAGS@ # REPORT_IF_BUG +-X_LIBS = @X_LIBS@ # REPORT_IF_BUG ++X_LIBS = -Wl,-R${X11BASE}/lib @X_LIBS@ # REPORT_IF_BUG + + # Any extra libraries needed to be linked after all X libraries + X_EXTRA_LIBS = @X_EXTRA_LIBS@ # REPORT_IF_BUG |