mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
20 lines
1,012 B
Text
20 lines
1,012 B
Text
--- configure.orig 2020-04-14 01:34:46 UTC
|
|
+++ configure
|
|
@@ -19457,7 +19457,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
|
|
# On Solaris 10 or newer, this test is no longer needed, because
|
|
# libc contains the fully functional pthread functions.
|
|
case "$host_os" in
|
|
- solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
|
|
+ solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
|
|
|
|
$as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
|
|
|
|
@@ -24468,7 +24468,7 @@ $as_echo "$ac_res" >&6; }
|
|
if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
|
|
|| { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
|
|
&& test "$PACKAGE" != gettext-runtime \
|
|
- && test "$PACKAGE" != gettext-tools; }; then
|
|
+ ; }; then
|
|
gt_use_preinstalled_gnugettext=yes
|
|
else
|
|
LIBINTL=
|