summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormycroft <mycroft>1998-08-29 21:32:04 +0000
committermycroft <mycroft>1998-08-29 21:32:04 +0000
commitef2bb2b98b007edc1a204afcc9ccdb46ce72c197 (patch)
treea765cc2830793f6d1d593960fe52d89a5df8dd9a /emulators
parentcd870e2e0ef2919797efbbddd8a9e9d291646716 (diff)
downloadpkgsrc-ef2bb2b98b007edc1a204afcc9ccdb46ce72c197.tar.gz
Use a gmake construct rather than a pmake construct.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/patches/patch-aa4
-rw-r--r--emulators/xmess/patches/patch-aa4
2 files changed, 4 insertions, 4 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
diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa
index 88da8bccc16..d7e63e66cd0 100644
--- a/emulators/xmess/patches/patch-aa
+++ b/emulators/xmess/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 1998/08/29 19:42:00 frueauf Exp $
+$NetBSD: patch-aa,v 1.7 1998/08/29 21:32:05 mycroft Exp $
--- makefile.unix.orig Wed Aug 26 18:40:21 1998
+++ makefile.unix Fri Aug 28 23:23:33 1998
@@ -97,7 +97,7 @@ $NetBSD: patch-aa,v 1.6 1998/08/29 19:42:00 frueauf Exp $
######## ix86/NetBSD
-# ARCH = netbsd_i386
+ARCH = netbsd
-+MACHINE != uname -m
++MACHINE = $(shell uname -m)
######## Sparc/SunOS ( no sound )
# ARCH = sunos
######## ix86/Solaris