mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
--- configure.orig 2021-07-27 17:44:47 UTC
|
|
+++ configure
|
|
@@ -16827,9 +16827,9 @@ $as_echo "#define HAVE_UUID_TO_STR 1" >>confdefs.h
|
|
fi
|
|
|
|
if test $have_uuid = no ; then
|
|
- for ac_header in uuid/uuid.h
|
|
+ for ac_header in xxuuid/uuid.h
|
|
do :
|
|
- ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
|
|
+ ac_fn_c_check_header_mongrel "$LINENO" "xxuuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
|
|
if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define HAVE_UUID_UUID_H 1
|
|
@@ -22127,7 +22127,7 @@ if ${ac_cv_lib_iodbc_SQLDriverConnect+:} false; then :
|
|
$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. */
|
|
|
|
@@ -22175,7 +22175,7 @@ if ${ac_cv_lib_odbc_SQLDriverConnect+:} false; then :
|
|
$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. */
|
|
|