openbsd-ports/databases/sqsh/patches/patch-configure
sthen c08ad06c85 update sqsh to 2.1.8
- normalise the port Makefile while there, it was particularly old and crufty
2012-11-20 22:17:29 +00:00

13 lines
379 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2012/11/20 22:17:29 sthen Exp $
--- configure.orig Wed May 2 12:27:55 2012
+++ configure Tue Nov 20 22:04:16 2012
@@ -3545,6 +3545,8 @@ $as_echo_n "checking Open Client OS libraries... " >&6
SYBASE_OS="-lm -ldl -ldgc";;
aix*)
SYBASE_OS="-lm";;
+ openbsd*)
+ SYBASE_OS="-lm -liconv";;
*)
SYBASE_OS="-lm -ldl";;
esac