summaryrefslogtreecommitdiff
path: root/net/proftpd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/proftpd/patches/patch-ae')
-rw-r--r--net/proftpd/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/proftpd/patches/patch-ae b/net/proftpd/patches/patch-ae
new file mode 100644
index 00000000000..cf98bfc1a03
--- /dev/null
+++ b/net/proftpd/patches/patch-ae
@@ -0,0 +1,15 @@
+$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
+