From c8a2fd90b73c914420e9b31021f269ee79cbfae1 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 18 Feb 2004 13:33:40 +0000 Subject: Include "../../mk/compiler.mk" to get the value of CC_VERSION before testing it. --- parallel/mpi-ch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'parallel') 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 -- cgit v1.2.3