From 3f8673b5304491d815979cbca9f5698f2e27e181 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 12 Apr 2005 03:26:56 +0000 Subject: At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE. --- audio/xsidplay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/xsidplay') diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 3ad52f96d012..5d40ad9021b1 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -38,7 +38,7 @@ MAN1= xsidplay.1 .include -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif -- cgit