summaryrefslogtreecommitdiff
path: root/net/proftpd/patches/patch-ae
blob: cf98bfc1a0384b7f7bac263fdd4dad3999f0e574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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