diff options
Diffstat (limited to 'science/elmer-fem/files/patch-configure.in')
-rw-r--r-- | science/elmer-fem/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/elmer-fem/files/patch-configure.in b/science/elmer-fem/files/patch-configure.in new file mode 100644 index 000000000000..3db42222e6a3 --- /dev/null +++ b/science/elmer-fem/files/patch-configure.in @@ -0,0 +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." + 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" + 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." |