Mon May 9 07:48:57 2011 UTC ()
Closes PR pkg/44501.
Pass pkgsrc's MACHINE_ARCH to bmake's configure script. Oked by wiz@


(cheusov)
diff -r1.53 -r1.54 pkgsrc/devel/bmake/Makefile

cvs diff -r1.53 -r1.54 pkgsrc/devel/bmake/Makefile (expand / switch to context diff)
--- pkgsrc/devel/bmake/Makefile 2010/09/10 02:42:59 1.53
+++ pkgsrc/devel/bmake/Makefile 2011/05/09 07:48:57 1.54
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2010/09/10 02:42:59 obache Exp $
+# $NetBSD: Makefile,v 1.54 2011/05/09 07:48:57 cheusov Exp $
 #
 
 DISTNAME=	bmake-20100808
@@ -39,6 +39,9 @@
 .endif
 .if ${OPSYS} == "Interix"
 MAKE_ENV+=		XDEFS=-DUSE_SELECT
+.endif
+.if ${OPSYS} == "IRIX"
+BOOTSTRAP_ARGS+=	--with-machine_arch=${MACHINE_ARCH}
 .endif
 
 do-extract: