aboutsummaryrefslogtreecommitdiff
path: root/math/petsc/files/patch-bmake::common::variables
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-11-21 20:56:57 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-11-21 20:56:57 +0000
commit3c83758fd227515c5d49daa1ece66c0951946595 (patch)
tree1b3205f53c4de3fc490089504c573c8b6c6bfc80 /math/petsc/files/patch-bmake::common::variables
parentd8da94329434cb29f71e7a3489f3bf024e17e354 (diff)
downloadports-3c83758fd227515c5d49daa1ece66c0951946595.tar.gz
ports-3c83758fd227515c5d49daa1ece66c0951946595.zip
Notes
Diffstat (limited to 'math/petsc/files/patch-bmake::common::variables')
-rw-r--r--math/petsc/files/patch-bmake::common::variables20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/petsc/files/patch-bmake::common::variables b/math/petsc/files/patch-bmake::common::variables
new file mode 100644
index 000000000000..ce3c2697254e
--- /dev/null
+++ b/math/petsc/files/patch-bmake::common::variables
@@ -0,0 +1,20 @@
+--- ./bmake/common/variables.orig Sat Oct 2 09:13:28 2004
++++ ./bmake/common/variables Thu Oct 7 22:58:14 2004
+@@ -32,7 +32,7 @@
+ #
+ # The following variables define PETSc compile procedures
+ #
+-PETSC_COMPILE = ${CC} -c ${COPTFLAGS} ${CFLAGS} ${CCPPFLAGS} ${SOURCEC} ${SSOURCE}
++PETSC_COMPILE = ${CC} -c ${COPTFLAGS} ${CFLAGS} ${CCPPFLAGS} ${CPPFLAGS} ${SOURCEC} ${SSOURCE}
+ PETSC_COMPILE_SINGLE = ${CC} -c ${COPTFLAGS} ${CFLAGS} ${CCPPFLAGS}
+ PETSC_COMPILE_LIBTOOL = files="${SOURCEC} ${SSOURCE}"; \
+ for filename in $$files; do \
+@@ -122,7 +122,7 @@
+ ${PETSC_HAVE_PNETCDF} ${PETSC_HAVE_HDF4} ${PETSC_HAVE_ML}\
+ ${PETSC_HAVE_CHACO} ${PETSC_HAVE_JOSTLE} ${PETSC_HAVE_PARTY} ${PETSC_HAVE_SCOTCH}
+
+-EXTERNAL_LIB = ${MPE_LIB} ${BLOCKSOLVE_LIB} ${PVODE_LIB} ${PARMETIS_LIB} \
++EXTERNAL_LIB = ${MPE_LIB} ${PARMETIS_LIB} ${PVODE_LIB} ${BLOCKSOLVE_LIB} \
+ ${AMS_LIB} ${SPAI_LIB} ${X11_LIB} ${MATLAB_LIB} \
+ ${LUSOL_LIB} ${DSCPACK_LIB} \
+ ${RAMG_LIB} ${TAU_LIB} ${ADIFOR_LIB} \