diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-01-21 05:34:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-01-21 05:34:46 +0000 |
commit | 0b8b72c331c176350253e1db2455bed71adc7e5d (patch) | |
tree | 0c89d0c5cda4360ccfa8fe42bee0a4e4140a8d40 /math | |
parent | 9c67c7c127f4e391e3b666896808e92965a5b884 (diff) | |
download | ports-0b8b72c331c176350253e1db2455bed71adc7e5d.tar.gz ports-0b8b72c331c176350253e1db2455bed71adc7e5d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index f921605d595c..6de505cd7a2e 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ENV= PETSC_ARCH=${TARGET} \ CONFIGURE_ARGS= --prefix=${PREFIX}/${PFX} --COPTFLAGS="${CFLAGS}" \ --CXXOPTFLAGS="${CXXFLAGS}" --FOPTFLAGS="${FFLAGS}" \ --with-shared=1 --with-cc=${CC} --with-fc=${FC} \ - --CPPFLAGS="-I${LOCALBASE}/include" --LDFLAGS=${PTHREAD_LIBS} + --CPPFLAGS="-I${LOCALBASE}/include" \ + --LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" ALL_TARGET= all MAKEFILE= makefile MAKE_ENV= PETSC_DIR=${WRKSRC} |