summaryrefslogtreecommitdiff
path: root/lang/g95
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-05-08 02:59:57 +0000
committersbd <sbd@pkgsrc.org>2012-05-08 02:59:57 +0000
commitbf8858857d47baca60936ba317cd3f629a96cb41 (patch)
tree172d141396a618401213d6920c60d68339f7b5df /lang/g95
parenta926e6cf958d0a5bbf6eb794c20140d0b54598cc (diff)
downloadpkgsrc-bf8858857d47baca60936ba317cd3f629a96cb41.tar.gz
Add --disable-multilib to the gcc configure args, there's no point in
building a multilib gcc as the g95 build doesn't support it.
Diffstat (limited to 'lang/g95')
-rw-r--r--lang/g95/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index 8124b969d9d..e7ab27a663b 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/03/20 17:26:19 hans Exp $
+# $NetBSD: Makefile,v 1.10 2012/05/08 02:59:57 sbd Exp $
DISTNAME= g95_source
VERSION= 0.92
@@ -27,6 +27,7 @@ GCC_G95_DIR= ${GCC_DIR}/g95
GCC_CONFIGURE_SCRIPT= ../configure
GCC_CONFIGURE_ARGS= ${CONFIGURE_ARGS}
GCC_CONFIGURE_ARGS+= --enable-languages=c
+GCC_CONFIGURE_ARGS+= --disable-multilib
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"