diff options
Diffstat (limited to 'math/R/patches/patch-ad')
-rw-r--r-- | math/R/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/R/patches/patch-ad b/math/R/patches/patch-ad deleted file mode 100644 index 4f7d72d3f4b..00000000000 --- a/math/R/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.6 2003/12/03 12:05:19 markd Exp $ - ---- src/scripts/SHLIB.in.orig 2003-04-04 05:31:58.000000000 +1200 -+++ src/scripts/SHLIB.in -@@ -93,7 +93,7 @@ if ${with_f77}; then - fi - - 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 - LIBR= - fi |