freebsd-ports/databases/sqsh/files/patch-configure
Marcelo Araujo 4b818de55b - Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Disable gettext detection.
- Support USE_READLINE.
- Support PLIST_FILES instead of pkg-plist.
- Trim header.

PR:		ports/171975
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 04:33:28 +00:00

20 lines
473 B
Text

--- configure.orig 2012-05-02 20:27:55.000000000 +0900
+++ configure 2012-05-04 14:34:22.000000000 +0900
@@ -3463,7 +3463,7 @@
SYBASE_LIBS=
- for i in blk cs ct tcl comn intl unic
+ for i in blk cs ct tcl comn unic
do
x=
if test -f $SYBASE_LIBDIR/lib${i}.a; then
@@ -3531,7 +3531,7 @@
SYBASE_OS="-lnsl -lm";;
ncr*)
SYBASE_OS="-ldl -lm";;
- sunos*)
+ sunos*|*bsd*)
SYBASE_OS="-lm";;
solaris*)
SYBASE_OS="-lnsl -ldl -lm";;