summaryrefslogtreecommitdiff
path: root/math/R/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-06-20 15:40:12 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-06-20 15:40:12 +0000
commit21cee330f3c4594d3fe2f6ece5df869985621255 (patch)
tree6fa52008b0b6ef270f951819d285e6998ca5d73f /math/R/patches
parent0a11002e0b85f8a56442b2ba2eda08db093d7e71 (diff)
downloadpkgsrc-21cee330f3c4594d3fe2f6ece5df869985621255.tar.gz
-add missing file to PLIST
-correct compiler flag for a.out shared libs. This addresses PR 10402.
Diffstat (limited to 'math/R/patches')
-rw-r--r--math/R/patches/patch-ab10
1 files changed, 9 insertions, 1 deletions
diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab
index 2ad9e22bcaf..14b93450736 100644
--- a/math/R/patches/patch-ab
+++ b/math/R/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.6 2000/04/19 15:30:06 jlam Exp $
+$NetBSD: patch-ab,v 1.7 2000/06/20 15:40:15 dmcmahill Exp $
--- configure.orig Fri Apr 14 04:44:15 2000
+++ configure Mon Apr 17 16:32:22 2000
@@ -19,3 +19,11 @@ $NetBSD: patch-ab,v 1.6 2000/04/19 15:30:06 jlam Exp $
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
+@@ -5730,5 +5731,5 @@
+ shlibldflags="-shared"
+ else
+- shlibldflags="-Bshareable"
++ shlibldflags="-shared"
+ fi
+ ;;
+