pkgsrc/net/proftpd/patches/patch-ae
kim 02faf31054 Fix the "pam" option to leave out PAM when it is not wanted.
Add an "inet6" option for enabling IPv6 support.
Add a "ban" option for enabling mod_ban.
Make the "wrap" option compile all binaries successfully.
Fix generating language catalog with older versions of msgfmt.
2008-12-28 08:42:01 +00:00

15 lines
450 B
Text

$NetBSD: patch-ae,v 1.7 2008/12/28 08:42:01 kim Exp $
Old versions of msgfmt don't know about --check-format.
--- locale/Makefile.in.orig 2008-11-19 05:51:38.000000000 +0200
+++ locale/Makefile.in 2008-12-26 12:27:18.000000000 +0200
@@ -26,7 +26,7 @@
# gettext utilities. Note that this assumes gettext is installed and
# available on the system.
MSGCMP=msgcmp
-MSGFMT=msgfmt --check-format
+MSGFMT=msgfmt
MSGINIT=msginit
XGETTEXT=xgettext