From a2be8f2417006e10068c2309008515fe3dbd0dd4 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Jul 2005 12:38:35 +0000 Subject: Add patch that should solve the annoying Makefile:126: *** target pattern contains no `%'. Stop. breakage. XXX: If this works, I'll move this package to emulators/, where it belongs. --- misc/gxmame/distinfo | 3 ++- misc/gxmame/patches/patch-aa | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 misc/gxmame/patches/patch-aa (limited to 'misc') diff --git a/misc/gxmame/distinfo b/misc/gxmame/distinfo index 4a008bad397..0dd9ba204d8 100644 --- a/misc/gxmame/distinfo +++ b/misc/gxmame/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/03/15 15:55:13 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2005/07/18 12:38:35 wiz Exp $ SHA1 (gxmame-0.35beta1.tar.gz) = f17e6826aabc2334cffb0bcbc20842af092125cb RMD160 (gxmame-0.35beta1.tar.gz) = 9ed42bc9c9dacca0ef1c2e48c546fbae148b937a Size (gxmame-0.35beta1.tar.gz) = 760894 bytes +SHA1 (patch-aa) = b2feb640621937f6dceacf3361f39dbdfdc782d8 diff --git a/misc/gxmame/patches/patch-aa b/misc/gxmame/patches/patch-aa new file mode 100644 index 00000000000..4c272f6656a --- /dev/null +++ b/misc/gxmame/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 2005/07/18 12:38:35 wiz Exp $ + +--- po/Makefile.in.in.orig 2005-01-30 15:03:16.000000000 +0100 ++++ po/Makefile.in.in +@@ -96,8 +96,8 @@ all: all-@USE_NLS@ + all-yes: $(CATALOGS) + all-no: + +-$(GETTEXT_PACKAGE).pot: $(POTFILES) +- $(GENPOT) ++#$(GETTEXT_PACKAGE).pot: $(POTFILES) ++# $(GENPOT) + + install: install-exec install-data + install-exec: -- cgit v1.2.3