summaryrefslogtreecommitdiff
path: root/math/snns
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-22 16:45:46 +0000
committerwiz <wiz>2001-07-22 16:45:46 +0000
commit07a86986c0ebe14d277aa4f25f37b402e1b3388b (patch)
tree4548f30def32558bdaa835ec762fca0cc5f0f1e6 /math/snns
parent3f6fbf74a44ca5ecd1b0e2d020ecb44d91e46312 (diff)
downloadpkgsrc-07a86986c0ebe14d277aa4f25f37b402e1b3388b.tar.gz
Fix rpath lossage noted in recent bulk build.
Diffstat (limited to 'math/snns')
-rw-r--r--math/snns/distinfo3
-rw-r--r--math/snns/patches/patch-ac13
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