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