summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Chang (Charles)2010-07-01 19:03:56 +0800
committerPeng Chang (Charles)2010-07-01 19:03:56 +0800
commite3912d67201ebd91dffc19986457aa238b054698 (patch)
tree00db32be9c53840e35634ba1ea7b4815b5688dd0
parent63191e68c2cc5caddacf4fc77aaed8212d734926 (diff)
octave: passing CFLAGS to gfortran
-rwxr-xr-xscience/octave/BUILD2
-rw-r--r--science/octave/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/science/octave/BUILD b/science/octave/BUILD
index 90d3060876..284371f542 100755
--- a/science/octave/BUILD
+++ b/science/octave/BUILD
@@ -1,3 +1,3 @@
export CXXFLAGS="$CXXFLAGS -pthread" &&
export OPTS="$OPTS --disable-rpath --enable-shared --enable-dl" &&
-default_build
+FFLAGS=$CFLAGS default_build
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index 6d64f80c67..7860df2770 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,7 @@
+2010-07-01 Peng Chang (Charles) <chp@sourcemage.org>
+ * BUILD: octave uses FFLAGS for gfortran,
+ passing CFLAGS as FFLAGS
+
2010-02-01 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.2.4
* FINAL: remove old /usr/lib/octave link