summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
commitefa1ab70ba871ae157aeaa0b56ad9a331eb91e69 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /parallel
parentc40ee95964564e28bc4d27851d406f8cd0048057 (diff)
downloadpkgsrc-efa1ab70ba871ae157aeaa0b56ad9a331eb91e69.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/mpi-ch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index c3916460898..cabb3cfb78b 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/12/03 21:06:17 jschauma Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/18 13:33:41 jlam Exp $
DISTNAME= mpich-1.2.5.2
CATEGORIES= parallel
@@ -35,6 +35,8 @@ CONFIGURE_ARGS+= --with-mpe
CONFIGURE_ARGS+= --disable-devdebug
CONFIGURE_ARGS+= --disable-f90
CONFIGURE_ARGS+= --disable-f90modules
+
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-3*)
CONFIGURE_ARGS+= --disable-weak-symbols
.endif