summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ab
blob: 14b93450736dc3c12e82af36c1488c592ff92209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$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
@@ -2676,6 +2676,7 @@
 LIBS="$ac_save_LIBS"
 
 fi
+if false; then
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
     ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
@@ -2685,7 +2686,7 @@
 EOF
 
   LIBS="-lncurses $LIBS"
-
+fi
 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
     ;;