summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-ad')
-rw-r--r--math/R/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/R/patches/patch-ad b/math/R/patches/patch-ad
index 98618dcedd0..4f7d72d3f4b 100644
--- a/math/R/patches/patch-ad
+++ b/math/R/patches/patch-ad
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.5 2002/12/10 11:58:12 markd Exp $
+$NetBSD: patch-ad,v 1.6 2003/12/03 12:05:19 markd Exp $
---- src/scripts/SHLIB.in.orig Wed Jul 17 19:36:11 2002
+--- src/scripts/SHLIB.in.orig 2003-04-04 05:31:58.000000000 +1200
+++ src/scripts/SHLIB.in
-@@ -93,7 +93,7 @@
+@@ -93,7 +93,7 @@ if ${with_f77}; then
fi
- if test -f ${R_HOME}/bin/libR@SHLIB_EXT@; then
+ if test -f ${R_HOME}/bin/libR@DYLIB_EXT@; then
- LIBR="-L${R_HOME}/bin -lR"
+ LIBR="-Wl,-R@prefix@/lib/R/bin -L${R_HOME}/bin -lR"
else