svn commit: r369574 - head/net/mpich2

John Marino marino at FreeBSD.org
Tue Sep 30 07:59:16 UTC 2014


Author: marino
Date: Tue Sep 30 07:59:15 2014
New Revision: 369574
URL: http://svnweb.freebsd.org/changeset/ports/369574
QAT: https://qat.redports.org/buildarchive/r369574/

Log:
  net/mpich2: Fix typo in MPI_CFLAGS (from previous commit)

Modified:
  head/net/mpich2/Makefile

Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile	Tue Sep 30 06:36:51 2014	(r369573)
+++ head/net/mpich2/Makefile	Tue Sep 30 07:59:15 2014	(r369574)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS=	--enable-romio --enable-
 		--docdir="${DOCSDIR}" \
 		--with-python="${PYTHON_CMD}"
 CONFIGURE_ENV=	FCFLAGS="${FFLAGS}" \
-		MPI_CFLAGS="${LOCALBASE}/include" \
+		MPI_CFLAGS="-I${LOCALBASE}/include" \
 		PACKAGE=${PORTNAME} \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 


More information about the svn-ports-head mailing list