mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
40c320728e
PR: 21610 Submitted by: Ports Fury (no response from maintainer)
33 lines
740 B
Plaintext
33 lines
740 B
Plaintext
--- configure.orig Fri Jan 14 14:09:13 2000
|
|
+++ configure Fri Jan 14 14:13:12 2000
|
|
@@ -1047,7 +1047,10 @@
|
|
|
|
#
|
|
# Is $SYBASE defined?
|
|
-#
|
|
+# -- it should have some defaults...
|
|
+
|
|
+SYBASE=%%LOCALBASE%%/
|
|
+
|
|
echo $ac_n "checking Open Client installation""... $ac_c" 1>&6
|
|
echo "configure:1053: checking Open Client installation" >&5
|
|
|
|
@@ -1095,7 +1098,7 @@
|
|
# The basic client libraries that are always needed
|
|
# on all platforms.
|
|
#
|
|
- SYBASE_LIBS="-lblk -lcs -lct -lcomn -ltcl -lintl"
|
|
+ SYBASE_LIBS="-lct -lintl"
|
|
|
|
MAJOR_VERSION=`echo $SYBASE_VERSION | cut -d '.' -f 1`
|
|
|
|
@@ -1128,6 +1131,8 @@
|
|
case "${host_os}" in
|
|
linux*)
|
|
SYBASE_OS="-ldl -lm";;
|
|
+ freebsd*)
|
|
+ SYBASE_OS="-lm";;
|
|
irix*)
|
|
SYBASE_OS="-lnsl -lm";;
|
|
ncr*)
|