mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
16 lines
343 B
Plaintext
16 lines
343 B
Plaintext
$NetBSD: patch-po_Makefile.in,v 1.1 2016/03/14 15:37:47 tnn Exp $
|
|
|
|
--check trips up gettext 0.14.
|
|
|
|
--- po/Makefile.in.orig 2015-08-25 09:53:09.000000000 +0000
|
|
+++ po/Makefile.in
|
|
@@ -1396,7 +1396,7 @@ uninstall-am: uninstall-local
|
|
|
|
|
|
.po.mo:
|
|
- $(MSGFMT) --check --output-file=$@ $<
|
|
+ $(MSGFMT) --output-file=$@ $<
|
|
|
|
all-local: $(MO_FILES)
|
|
|