From c3d8037aeba75366ed06e02fbc981e15b46e7d0a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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. --- devel/ruby-gnustep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ruby-gnustep') diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index 89f3de680f6e..3afb73221e24 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -59,10 +59,10 @@ COMBOLIBDIR= ${SYSLIBDIR} MAKE_ENV+= GNUSTEP_FLATTENED=yes .include -.if ${ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 .else -GNU_ARCH= ${ARCH} +GNU_ARCH= ${MACHINE_ARCH} .endif MAKEFILE= GNUmakefile -- cgit v1.2.3