summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1998-05-15 02:46:05 +0000
committerChuck Robey <chuckr@FreeBSD.org>1998-05-15 02:46:05 +0000
commit902eef545893475c4ed131a16ffff93830727427 (patch)
tree3f2782cdc6931f62a362d04c2c1496ae2b35ec58 /net
parentUpgrade to 4.2f. (diff)
Make this more aware of CFLAGS.
Notes
Notes: svn path=/head/; revision=10989
Diffstat (limited to 'net')
-rw-r--r--net/mpich/Makefile3
-rw-r--r--net/mpich2/Makefile3
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