summaryrefslogtreecommitdiff
path: root/science/elmer-fem/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-03-06 12:18:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-03-06 12:18:15 +0000
commit5725d0ca320e1c0a1c040b345fa829bafdc42792 (patch)
tree867d3b3e5a6f61cbc6bbab4a184221ed84843686 /science/elmer-fem/files
parent- fix option NOPORTDOCS (diff)
Build fix.
Spotted by: pointyhat
Notes
Notes: svn path=/head/; revision=186665
Diffstat (limited to 'science/elmer-fem/files')
-rw-r--r--science/elmer-fem/files/patch-configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/elmer-fem/files/patch-configure.in b/science/elmer-fem/files/patch-configure.in
index 3db42222e6a3..6fd49a53af6b 100644
--- a/science/elmer-fem/files/patch-configure.in
+++ b/science/elmer-fem/files/patch-configure.in
@@ -1,11 +1,11 @@
--- configure.in.orig Wed Feb 15 18:56:07 2006
+++ configure.in Wed Feb 15 18:56:45 2006
-@@ -68,7 +68,7 @@
- FCFLAGS="$FCFLAGS -I."
- FFLAGS="$FCFLAGS -I."
+@@ -69,7 +69,7 @@
+ FCFLAGS="$FCFLAGS -I. ${INCLUDE_MODULE_FLAG}binio"
+ FFLAGS="$FFLAGS -I."
ELMER_HOME="$prefix"
-FCPPFLAGS="-P $TRADITIONAL_CPP_FLAGS -I. -I$prefix/include -DFULL_INDUCTION -DUSE_ARPACK"
-+FCPPFLAGS="-P -traditional -I. -I$prefix/include -DFULL_INDUCTION -DUSE_ARPACK"
++FCPPFLAGS="-P -traditional -I. $CPPFLAGS -I$prefix/include -DFULL_INDUCTION -DUSE_ARPACK"
TESTS_FCFLAGS=""
ELMER_LIBERRORMSG="wasn't found, make sure it is in the prefix, or CFLAGS and LIBS are correct if they are somewhere else."