diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-18 12:38:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-18 12:38:35 +0000 |
commit | 93f0559b511142c2ead5c3a3e146528564df8fc8 (patch) | |
tree | 0fd7621b7c2854c9488ac171484c34a5d32bb066 /misc/gxmame | |
parent | 4fc6c1af9c2aa49c119fec16a5f41292129406e2 (diff) | |
download | pkgsrc-93f0559b511142c2ead5c3a3e146528564df8fc8.tar.gz |
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.
Diffstat (limited to 'misc/gxmame')
-rw-r--r-- | misc/gxmame/distinfo | 3 | ||||
-rw-r--r-- | misc/gxmame/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
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: |