pkgsrc/graphics/libkipi/patches/patch-aa
tonio 05216ca190 Fix mistake in po/is/Makefile.in, that caused make package to fail
under netbsd 2.0 (create an empty .mo file if msgfmt failed)
2005-10-25 21:41:52 +00:00

13 lines
412 B
Text

$NetBSD: patch-aa,v 1.1 2005/10/25 21:41:52 tonio Exp $
--- po/is/Makefile.in.orig 2005-09-17 18:09:57.000000000 +0200
+++ po/is/Makefile.in
@@ -663,7 +663,7 @@ KDE_DIST=libkipi.po Makefile.in Makefile
#>+ 4
libkipi.gmo: libkipi.po
rm -f libkipi.gmo; $(GMSGFMT) -o libkipi.gmo $(srcdir)/libkipi.po
- test ! -f libkipi.gmo || touch libkipi.gmo
+ test -f libkipi.gmo || touch libkipi.gmo
#>+ 3
clean-nls: