summaryrefslogtreecommitdiff
path: root/math/gsl/patches
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-01 19:41:08 +0000
committerjtb <jtb>2001-06-01 19:41:08 +0000
commit6612cb5c04531aaafc4c37eeb1e3cfb1a4b5db39 (patch)
tree87a1bfe33030f8f8e890f9e024f2db4de6ed7b9e /math/gsl/patches
parent1fbcfe5a3eeafaa9be8f739ed3cb1173cb77c85a (diff)
downloadpkgsrc-6612cb5c04531aaafc4c37eeb1e3cfb1a4b5db39.tar.gz
Use -Wl,-R$libdir in the `gsl-config' script.
Diffstat (limited to 'math/gsl/patches')
-rw-r--r--math/gsl/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-aa b/math/gsl/patches/patch-aa
new file mode 100644
index 00000000000..ef892a2817d
--- /dev/null
+++ b/math/gsl/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2001/06/01 19:41:09 jtb Exp $
+
+--- configure.orig Fri Jun 1 20:28:20 2001
++++ configure
+@@ -6739,7 +6739,7 @@
+ # Now restore our (possibly augmented) CFLAGS.
+ CFLAGS="$save_cflags"
+ GSL_CFLAGS="$CFLAGS -I$includedir"
+-GSL_LIBS="-L$libdir -lgsl"
++GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"
+
+
+