From 21cee330f3c4594d3fe2f6ece5df869985621255 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 20 Jun 2000 15:40:12 +0000 Subject: -add missing file to PLIST -correct compiler flag for a.out shared libs. This addresses PR 10402. --- math/R/patches/patch-ab | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'math/R/patches') 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 + ;; + -- cgit v1.2.3