From 564a799c7173c288d4d3a9be78ac3d2db983d512 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 16 Feb 2014 17:15:31 +0000 Subject: Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) --- cad/gmsh/files/patch-Fltk-Main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/gmsh/files/patch-Fltk-Main.cpp (limited to 'cad/gmsh/files/patch-Fltk-Main.cpp') diff --git a/cad/gmsh/files/patch-Fltk-Main.cpp b/cad/gmsh/files/patch-Fltk-Main.cpp new file mode 100644 index 000000000000..d5ec754d8136 --- /dev/null +++ b/cad/gmsh/files/patch-Fltk-Main.cpp @@ -0,0 +1,11 @@ +--- Fltk/Main.cpp.orig ++++ Fltk/Main.cpp +@@ -3,7 +3,7 @@ + // See the LICENSE.txt file for license information. Please report all + // bugs and problems to the public mailing list . + +-#include ++#include + #include + #include "Gmsh.h" + #include "GmshMessage.h" -- cgit v1.2.3