Date: Tue, 30 Sep 2014 07:59:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369574 - head/net/mpich2 Message-ID: <201409300759.s8U7xFUc034837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409300759.s8U7xFUc034837>