mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
which is not used at the moment, and will appear if user has installed icu on their system.
29 lines
711 B
Text
29 lines
711 B
Text
--- configure.orig 2008-02-11 15:36:45.000000000 -0800
|
|
+++ configure 2008-02-19 14:03:01.410279419 -0800
|
|
@@ -31928,7 +31928,7 @@
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-liodbc $LIBS"
|
|
+LIBS="-liodbc $LIBS $LTHREAD_LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -32004,7 +32004,7 @@
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lodbc $LIBS"
|
|
+LIBS="-lodbc $LIBS $LTHREAD_LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -32263,7 +32263,7 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
-#include <unicode/utypes.h>
|
|
+#include <unicode/utypes.h-disabled>
|
|
|
|
int
|
|
main ()
|