c08ad06c85
- normalise the port Makefile while there, it was particularly old and crufty
13 lines
379 B
Plaintext
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
|