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 | |
parent | 490d7af3ee9dc8e853ddc4bc1a403b4e2fcfb42c (diff) | |
download | pkgsrc-f5677e8c16c53537cff3ff6bc2a7536ca8ef1389.tar.gz |
Fix rpath lossage noted in recent bulk build.
Diffstat (limited to 'math/snns')
-rw-r--r-- | math/snns/distinfo | 3 | ||||
-rw-r--r-- | math/snns/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/math/snns/distinfo b/math/snns/distinfo index 34838776ed1..9eac0ecb483 100644 --- a/math/snns/distinfo +++ b/math/snns/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/06/28 15:18:03 wulf Exp $ +$NetBSD: distinfo,v 1.2 2001/07/22 16:45:46 wiz Exp $ SHA1 (SNNSv4.2.tar.gz) = ccdb91681e43bce68c90558bbf103e7f6417e3fc Size (SNNSv4.2.tar.gz) = 2170375 bytes SHA1 (patch-aa) = eade9e14cbf65fa45cd06d84f15a64751c9f2adf SHA1 (patch-ab) = abbd8f6c7c0d3c97d1064a9910ce884e05c65b8c +SHA1 (patch-ac) = 5b9b47c9ebc0de28768bfecc85b57278abda5cdd 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 |