summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authormycroft <mycroft>1998-08-29 21:32:04 +0000
committermycroft <mycroft>1998-08-29 21:32:04 +0000
commitaaa2e51605c76d78798bbd44c94d3dc8c43e275e (patch)
treea765cc2830793f6d1d593960fe52d89a5df8dd9a /emulators/xmame
parentdd0bb0ce528542cde32eec6612f2e559693f0912 (diff)
downloadpkgsrc-aaa2e51605c76d78798bbd44c94d3dc8c43e275e.tar.gz
Use a gmake construct rather than a pmake construct.
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa
index a8b14bdde0e..1ee7e662d58 100644
--- a/emulators/xmame/patches/patch-aa
+++ b/emulators/xmame/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.10 1998/08/29 19:41:59 frueauf Exp $
+$NetBSD: patch-aa,v 1.11 1998/08/29 21:32:04 mycroft Exp $
--- makefile.unix.orig Sun Aug 23 17:44:39 1998
+++ makefile.unix Fri Aug 28 23:42:40 1998
@@ -97,7 +97,7 @@ $NetBSD: patch-aa,v 1.10 1998/08/29 19:41:59 frueauf Exp $
######## ix86/NetBSD
-# ARCH = netbsd_i386
+ARCH = netbsd
-+MACHINE != uname -m
++MACHINE = $(shell uname -m)
######## Sparc/SunOS ( no sound )
# ARCH = sunos
######## ix86/Solaris