1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/mod_php5/files/patch-aq
Dirk Froemberg 030b586afe Add SybaseDB and SybaseCT database support.
Submitted by:	Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
2000-06-03 09:40:41 +00:00

42 lines
849 B
Plaintext

--- configure.old Sat Jun 3 02:56:22 2000
+++ configure Sat Jun 3 02:55:40 2000
@@ -28966,7 +28966,6 @@
eval "LIBRARY$unique=set"
if test "cs" != "c"; then
- LIBS="-lcs $LIBS"
fi
fi
@@ -28994,7 +28993,6 @@
eval "LIBRARY$unique=set"
if test "comn" != "c"; then
- LIBS="-lcomn $LIBS"
fi
fi
@@ -29008,13 +29006,12 @@
eval "LIBRARY$unique=set"
if test "intl" != "c"; then
- LIBS="-lintl $LIBS"
fi
fi
- 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
@@ -29076,7 +29073,6 @@
eval "LIBRARY$unique=set"
if test "sybtcl" != "c"; then
- LIBS="-lsybtcl $LIBS"
fi
fi