From 902eef545893475c4ed131a16ffff93830727427 Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Fri, 15 May 1998 02:46:05 +0000 Subject: Make this more aware of CFLAGS. --- net/mpich/Makefile | 3 ++- net/mpich2/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 25b73c1498a7..f339fbfd089c 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # -# $Id: Makefile,v 1.5 1997/10/17 21:39:59 chuckr Exp $ +# $Id: Makefile,v 1.1.1.1 1998/05/03 01:43:08 chuckr Exp $ # DISTNAME= mpich-1.1.0 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ MAINTAINER= dbader@eece.unm.edu HAS_CONFIGURE= yes +CONFIGURE_ARGS= --cflags="$(CFLAGS)" WRKSRC= ${WRKDIR}/mpich ALL_TARGET= MANPREFIX= $(PREFIX)/mpich diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 25b73c1498a7..f339fbfd089c 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # -# $Id: Makefile,v 1.5 1997/10/17 21:39:59 chuckr Exp $ +# $Id: Makefile,v 1.1.1.1 1998/05/03 01:43:08 chuckr Exp $ # DISTNAME= mpich-1.1.0 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ MAINTAINER= dbader@eece.unm.edu HAS_CONFIGURE= yes +CONFIGURE_ARGS= --cflags="$(CFLAGS)" WRKSRC= ${WRKDIR}/mpich ALL_TARGET= MANPREFIX= $(PREFIX)/mpich -- cgit v1.2.3