diff options
author | marino <marino@FreeBSD.org> | 2013-11-18 17:52:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-18 17:52:42 +0800 |
commit | 95b13f95247445bd0d8655f5fda198968b9c9c71 (patch) | |
tree | d3b4dc001d791309c4267bf70d15d8faa084ee75 | |
parent | a98aefddc0812244196d7dde7646aac0279f8d70 (diff) | |
download | freebsd-ports-gnome-95b13f95247445bd0d8655f5fda198968b9c9c71.tar.gz freebsd-ports-gnome-95b13f95247445bd0d8655f5fda198968b9c9c71.tar.zst freebsd-ports-gnome-95b13f95247445bd0d8655f5fda198968b9c9c71.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
-rw-r--r-- | cad/feappv/files/patch-makefile.in | 13 |
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 |