diff options
Diffstat (limited to 'sysutils/gcombust/patches/patch-aa')
-rw-r--r-- | sysutils/gcombust/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/gcombust/patches/patch-aa b/sysutils/gcombust/patches/patch-aa new file mode 100644 index 00000000000..bb48e14af27 --- /dev/null +++ b/sysutils/gcombust/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.5 2001/03/10 11:46:53 drochner Exp $ + +--- po/Makefile.in.in.orig Tue Nov 14 20:06:57 2000 ++++ po/Makefile.in.in +@@ -66,14 +66,14 @@ + $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox + + .po.mo: +- @if test '$(MSGFMT)' == 'no'; then \ ++ @if test '$(MSGFMT)' = 'no'; then \ + echo "note: gettext not installed; can't rebuild po files"; \ + else \ + $(MSGFMT) -o $@ $< ; \ + fi + + .po.gmo: +- @if test '$(MSGFMT)' == 'no'; then \ ++ @if test '$(MSGFMT)' = 'no'; then \ + echo "note: gettext not installed; can't rebuild po files"; \ + else \ + file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ |