1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/m17n-db/files/patch-configure
Martin Wilke 3318a78e15 - UPdate to 1.6.5
- Strip binary
- Update Categorie
- Update WWW

PR:		191107
2014-06-17 15:47:12 +00:00

26 lines
598 B
Plaintext

--- configure~ 2010-04-16 11:53:12.000000000 +0000
+++ configure 2014-06-15 18:00:10.000000000 +0400
@@ -5078,8 +5078,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
@@ -5104,12 +5104,6 @@
fi
-if test "x$HAVE_MSGFMT" != "xyes"; then
- echo " Please install the program \"msgfmt\" in advance."
- echo " It is usually included in the package \"gettext\"."
- exit 1;
-else :
-fi
# Checks for source data files.