From 07a86986c0ebe14d277aa4f25f37b402e1b3388b Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Jul 2001 16:45:46 +0000 Subject: Fix rpath lossage noted in recent bulk build. --- math/snns/distinfo | 3 ++- math/snns/patches/patch-ac | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 math/snns/patches/patch-ac (limited to 'math/snns') 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 -- cgit v1.2.3