From 0d51f52d7d62e2318c72d14a249cd3b0c1b1b386 Mon Sep 17 00:00:00 2001 From: "Patrick S. Gardella" Date: Thu, 7 Dec 2000 02:56:28 +0000 Subject: Update to version 0.4 --- lang/tinycobol/files/patch-aa | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) (limited to 'lang/tinycobol/files/patch-aa') diff --git a/lang/tinycobol/files/patch-aa b/lang/tinycobol/files/patch-aa index 18d78f3082c2..df00062364f4 100644 --- a/lang/tinycobol/files/patch-aa +++ b/lang/tinycobol/files/patch-aa @@ -1,18 +1,34 @@ ---- configure.orig Thu Oct 26 09:40:25 2000 -+++ configure Thu Oct 26 10:31:42 2000 -@@ -1683,7 +1683,7 @@ - if test "${db_version}" = "0" ; then - echo -n "checking library db for version 1.85 compatibility ..." +--- configure.orig Tue Dec 5 20:13:21 2000 ++++ configure Wed Dec 6 20:03:52 2000 +@@ -1768,7 +1768,7 @@ + if test "${db_version}" = "2" ; then + echo -n "checking library db for version 1.85 compatibility..." LIBS_BK="$LIBS" - LIBS="$LIBS -ldb" + LIBS="$LIBS -ldb2" cat > conftest.$ac_ext <&6 ++ echo $ac_n "checking for -ldb2""... $ac_c" 1>&6 + ac_lib_var=`echo db'_'dbopen | tr './+\055' '__p_'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ldb $LIBS" ++LIBS="-ldb2 $LIBS" + cat > conftest.$ac_ext <&6 + echo $ac_n "checking for -ldb2""... $ac_c" 1>&6 ac_lib_var=`echo db'_'dbopen | tr './+\055' '__p_'` @@ -23,9 +39,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb2 $LIBS" cat > conftest.$ac_ext <&6 @@ -42,4 +58,4 @@ + htg_ld_args_default2="-lhtcobol -ldb2 -lncurses -lreadline -lm" else echo "$ac_t""no" 1>&6 - { echo "configure: error: "readline lib is required by create COBOL executable"" 1>&2; exit 1; } + { echo "configure: error: "readline lib is required by create COBOL executable... aborting"" 1>&2; exit 1; } -- cgit v1.2.3