diff options
author | jtb <jtb> | 2001-06-01 19:41:08 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-01 19:41:08 +0000 |
commit | f21f3f25b04ddfc86d90065e632098d85fca69d0 (patch) | |
tree | 87a1bfe33030f8f8e890f9e024f2db4de6ed7b9e /math/gsl | |
parent | 7046966b9f26df53ba7e95405f0a3a2c2611e87d (diff) | |
download | pkgsrc-f21f3f25b04ddfc86d90065e632098d85fca69d0.tar.gz |
Use -Wl,-R$libdir in the `gsl-config' script.
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/distinfo | 3 | ||||
-rw-r--r-- | math/gsl/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 3eedc668069..18f3d3420b9 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/23 20:24:05 jtb Exp $ +SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7 SHA1 (gsl-0.8.tar.gz) = c55941943800ec7b7d28ea6d518c96a49a33d4b1 Size (gsl-0.8.tar.gz) = 2049607 bytes +SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7 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" + + + |