From c3d8037aeba75366ed06e02fbc981e15b46e7d0a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" <obrien@FreeBSD.org> 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. --- graphics/pixie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/pixie') diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index a8b221da1fc1..c3159a5b80eb 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -25,7 +25,7 @@ USE_X_PREFIX= yes WANT_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 213 USE_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ CXXFLAGS="${CXXFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ -- cgit v1.2.3