diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 19:52:04 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 19:52:04 +0000 |
commit | d61e14362aa1ab49198ec47421bdf89e3e67701b (patch) | |
tree | b3543bbba2b91788ae74c410afeb1aacfc40cc24 | |
parent | 3b530a62f39f75e8e59c033b272ef10e3322dd76 (diff) | |
download | ports-d61e14362aa1ab49198ec47421bdf89e3e67701b.tar.gz ports-d61e14362aa1ab49198ec47421bdf89e3e67701b.zip |
Notes
-rw-r--r-- | science/PETSc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 1e307dc88109..4545ef34101d 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -24,7 +24,7 @@ USES= blaslapack fortran gmake python:2.7 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-shared-libraries=1 \ --with-mpi-dir=${LOCALBASE} \ - ${CONFIGURE_ARG_${ARCH}} CPPFLAGS="${CPPFLAGS}" \ + ${CONFIGURE_ARGS_${ARCH}} CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" LIBS="" CONFIGURE_ARGS_amd64= CFLAGS="${CFLAGS} -msse2" CXXFLAGS="${CXXFLAGS} -msse2" CONFIGURE_ARGS_i386= CFLAGS="${CFLAGS} -msse2" CXXFLAGS="${CXXFLAGS} -msse2" |