summaryrefslogtreecommitdiff
path: root/emulators/mame/patches/patch-makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-04-04 12:09:02 +0000
committerwiz <wiz@pkgsrc.org>2011-04-04 12:09:02 +0000
commit5fe3cf51d31590d3ef089c5a738bace4827dedf1 (patch)
tree32c07f710db0a1865637c415392c36f5219ab60b /emulators/mame/patches/patch-makefile
parent2baf9eb553a5f97ef94df377d305d9259817de78 (diff)
downloadpkgsrc-5fe3cf51d31590d3ef089c5a738bace4827dedf1.tar.gz
Update mame and mess to 0.142. Lots of changes, as usual.
Diffstat (limited to 'emulators/mame/patches/patch-makefile')
-rw-r--r--emulators/mame/patches/patch-makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/emulators/mame/patches/patch-makefile b/emulators/mame/patches/patch-makefile
index 0b2c7195fcc..9eb0db62250 100644
--- a/emulators/mame/patches/patch-makefile
+++ b/emulators/mame/patches/patch-makefile
@@ -1,19 +1,9 @@
-$NetBSD: patch-makefile,v 1.4 2011/02/26 07:06:24 wiz Exp $
+$NetBSD: patch-makefile,v 1.5 2011/04/04 12:09:03 wiz Exp $
-First chunk accepted upstream, second pkgsrc-only.
+Pkgsrc-only patch.
--- makefile.orig 2010-12-29 22:50:26.000000000 +0000
+++ makefile
-@@ -86,6 +88,9 @@ endif
- ifeq ($(firstword $(filter GNU/kFreeBSD,$(UNAME))),GNU/kFreeBSD)
- TARGETOS = freebsd
- endif
-+ifeq ($(firstword $(filter NetBSD,$(UNAME))),NetBSD)
-+TARGETOS = netbsd
-+endif
- ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD)
- TARGETOS = openbsd
- endif
@@ -344,7 +349,7 @@ NAME = $(TARGET)$(SUBTARGET)
endif