diff options
author | wiz <wiz> | 2005-07-18 12:38:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-18 12:38:35 +0000 |
commit | a2be8f2417006e10068c2309008515fe3dbd0dd4 (patch) | |
tree | 0fd7621b7c2854c9488ac171484c34a5d32bb066 /misc/gxmame/patches | |
parent | 1900becf5fd7e7792fff6f33cd3216d94d442d18 (diff) | |
download | pkgsrc-a2be8f2417006e10068c2309008515fe3dbd0dd4.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/patches')
-rw-r--r-- | misc/gxmame/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
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: |