summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsl/patches/patch-aa')
-rw-r--r--math/gsl/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gsl/patches/patch-aa b/math/gsl/patches/patch-aa
index ef892a2817d..6927ff8ede3 100644
--- a/math/gsl/patches/patch-aa
+++ b/math/gsl/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.3 2001/06/01 19:41:09 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2001/07/05 18:04:51 jtb Exp $
---- configure.orig Fri Jun 1 20:28:20 2001
+--- configure.orig Thu Jul 5 19:03:46 2001
+++ configure
-@@ -6739,7 +6739,7 @@
+@@ -6753,7 +6753,7 @@
# Now restore our (possibly augmented) CFLAGS.
CFLAGS="$save_cflags"
- GSL_CFLAGS="$CFLAGS -I$includedir"
+ GSL_CFLAGS="-I$includedir"
-GSL_LIBS="-L$libdir -lgsl"
+GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"