svn commit: r334166 - head/cad/feappv/files

John Marino marino at FreeBSD.org
Mon Nov 18 09:52:42 UTC 2013


Author: marino
Date: Mon Nov 18 09:52:42 2013
New Revision: 334166
URL: http://svnweb.freebsd.org/changeset/ports/334166

Log:
  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

Added:
  head/cad/feappv/files/
  head/cad/feappv/files/patch-makefile.in   (contents, props changed)

Added: head/cad/feappv/files/patch-makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/feappv/files/patch-makefile.in	Mon Nov 18 09:52:42 2013	(r334166)
@@ -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


More information about the svn-ports-all mailing list