$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
 
