1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Make this more aware of CFLAGS.

This commit is contained in:
Chuck Robey 1998-05-15 02:46:05 +00:00
parent 1c7894922b
commit 902eef5458
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10989
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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