aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-11-18 09:52:42 +0000
committerJohn Marino <marino@FreeBSD.org>2013-11-18 09:52:42 +0000
commitf971cfdbe1b62662fda67cc937f58b45e60bb55e (patch)
treed3b4dc001d791309c4267bf70d15d8faa084ee75 /cad
parentebe8180e3a2d23336cbca0a1af342b15eb9b1a33 (diff)
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/feappv/files/patch-makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/feappv/files/patch-makefile.in b/cad/feappv/files/patch-makefile.in
new file mode 100644
index 000000000000..495275f2de46
--- /dev/null
+++ b/cad/feappv/files/patch-makefile.in
@@ -0,0 +1,13 @@
+--- makefile.in.orig 2013-07-15 19:15:37.000000000 +0000
++++ makefile.in
+@@ -31,8 +31,8 @@ FF = gfortran
+ CC = gcc
+
+ # What optimization level to use
+- FFOPTFLAG = -O3 -ftree-vectorize -Wall
+- CCOPTFLAG = -O3 -ftree-vectorize -Wall
++FFOPTFLAG = -O3 -ftree-vectorize -Wall
++CCOPTFLAG = -O3 -ftree-vectorize -Wall
+
+ # FFOPTFLAG = -g -O3 -ftree-vectorize -Wall
+ # CCOPTFLAG = -g -O3 -ftree-vectorize -Wall