pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bmake Closes PR pkg/44501.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a98ab6ac170d
branches:  trunk
changeset: 588410:a98ab6ac170d
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Mon May 09 07:48:57 2011 +0000

description:
Closes PR pkg/44501.
Pass pkgsrc's MACHINE_ARCH to bmake's configure script. Oked by wiz@

diffstat:

 devel/bmake/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bccd858a2fe9 -r a98ab6ac170d devel/bmake/Makefile
--- a/devel/bmake/Makefile      Mon May 09 03:12:07 2011 +0000
+++ b/devel/bmake/Makefile      Mon May 09 07:48:57 2011 +0000
@@ -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
@@ -40,6 +40,9 @@
 .if ${OPSYS} == "Interix"
 MAKE_ENV+=             XDEFS=-DUSE_SELECT
 .endif
+.if ${OPSYS} == "IRIX"
+BOOTSTRAP_ARGS+=       --with-machine_arch=${MACHINE_ARCH}
+.endif
 
 do-extract:
        ${CP} -R ${FILESDIR} ${WRKSRC}



Home | Main Index | Thread Index | Old Index