diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-08-29 21:32:04 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-08-29 21:32:04 +0000 |
commit | 4afffc3a12173cbdf2ff27ae87a8ef49b4a06e55 (patch) | |
tree | a765cc2830793f6d1d593960fe52d89a5df8dd9a /emulators/xmame | |
parent | 5d85905c33dce9174b5a3497a9f00d84e27543a4 (diff) | |
download | pkgsrc-4afffc3a12173cbdf2ff27ae87a8ef49b4a06e55.tar.gz |
Use a gmake construct rather than a pmake construct.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 4 |
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 |