aboutsummaryrefslogtreecommitdiff
path: root/cad/feappv
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/feappv
parentebe8180e3a2d23336cbca0a1af342b15eb9b1a33 (diff)
downloadports-f971cfdbe1b62662fda67cc937f58b45e60bb55e.tar.gz
ports-f971cfdbe1b62662fda67cc937f58b45e60bb55e.zip
cad/feappv: Fix CFLAGS support
This problem could also be fixed by changing the sed pattern, but the patch provided to the PR was tested. The maintainer has not responded to the last entries in the PR for over 15 days, so I'm timing it out. PR: ports/183513 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=334166
Diffstat (limited to 'cad/feappv')
-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