mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
29 lines
729 B
Text
29 lines
729 B
Text
--- configure.orig 2011-01-31 12:53:50.000000000 -0800
|
|
+++ configure 2011-02-19 04:12:30.885900446 -0800
|
|
@@ -21598,7 +21598,7 @@
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-liodbc $LIBS"
|
|
+LIBS="-liodbc $LIBS $LTHREAD_LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -21646,7 +21646,7 @@
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lodbc $LIBS"
|
|
+LIBS="-lodbc $LIBS $LTHREAD_LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -21903,7 +21903,7 @@
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
-#include <unicode/utypes.h>
|
|
+#include <unicode/utypes.h-disabled>
|
|
|
|
int
|
|
main ()
|