mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
294ea8e2d5
* correct use of LIB_DEPENDS * reduce MASTER_SITES PR: 190910 Submitted by: maintainer
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
--- configure~ 2011-08-29 10:42:34.000000000 +0200
|
|
+++ configure 2014-06-10 04:25:05.000000000 +0400
|
|
@@ -18273,8 +18273,7 @@
|
|
fi
|
|
fi
|
|
|
|
- if test "$gt_use_preinstalled_gnugettext" = "yes" \
|
|
- || test "$nls_cv_use_gnu_gettext" = "yes"; then
|
|
+ if test "$USE_NLS" = "yes"; then
|
|
|
|
$as_echo "#define ENABLE_NLS 1" >>confdefs.h
|
|
|