diff options
author | mycroft <mycroft> | 1998-08-29 21:32:04 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-08-29 21:32:04 +0000 |
commit | aaa2e51605c76d78798bbd44c94d3dc8c43e275e (patch) | |
tree | a765cc2830793f6d1d593960fe52d89a5df8dd9a /emulators/xmess | |
parent | dd0bb0ce528542cde32eec6612f2e559693f0912 (diff) | |
download | pkgsrc-aaa2e51605c76d78798bbd44c94d3dc8c43e275e.tar.gz |
Use a gmake construct rather than a pmake construct.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |