1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/mod_php4/files/patch-aq

73 lines
856 B
Plaintext
Raw Normal View History

2001-05-03 22:16:50 +00:00
--- configure.orig Mon Apr 30 15:47:59 2001
+++ configure Fri May 4 00:14:24 2001
@@ -45273,18 +45273,6 @@
fi
2000-09-02 08:39:13 +00:00
- case "cs" in
- c|c_r|pthread*) ;;
- *)
-
-
- LIBS="-lcs $LIBS"
-
-
- ;;
- esac
-
-
case "ct" in
c|c_r|pthread*) ;;
*)
2001-05-03 22:16:50 +00:00
@@ -45296,31 +45284,7 @@
;;
2000-06-30 13:01:26 +00:00
esac
2001-05-03 22:16:50 +00:00
-
2000-09-02 08:39:13 +00:00
- case "comn" in
- c|c_r|pthread*) ;;
- *)
-
-
- LIBS="-lcomn $LIBS"
-
-
- ;;
- esac
-
-
- case "intl" in
- c|c_r|pthread*) ;;
- *)
-
-
- LIBS="-lintl $LIBS"
-
-
- ;;
- esac
-
- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
+ SYBASE_CT_LIBS="-lct"
old_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
2001-05-03 22:16:50 +00:00
@@ -45372,17 +45336,6 @@
2000-09-02 08:39:13 +00:00
else
echo "$ac_t""no" 1>&6
-
- case "sybtcl" in
- c|c_r|pthread*) ;;
- *)
-
-
2000-06-30 13:01:26 +00:00
- LIBS="-lsybtcl $LIBS"
2000-09-02 08:39:13 +00:00
-
-
- ;;
- esac
2001-05-03 22:16:50 +00:00
2000-09-02 08:39:13 +00:00
fi
2000-06-30 13:01:26 +00:00