summaryrefslogtreecommitdiff
path: root/graphics/dx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r--graphics/dx/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index 1903c6fbc78..c428b9b991f 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/16 15:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/08 19:48:45 dmcmahill Exp $
DISTNAME= dx-4.1.0
CATEGORIES= graphics
@@ -15,4 +15,8 @@ USE_MESA= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+#override ARCH to avoid picking up a bad ${ARCH} during the build
+MAKE_ENV+= ARCH=""
+CONFIGURE_ENV+= ARCH=""
+
.include "../../mk/bsd.pkg.mk"