freebsd-ports/cad/netgen/files/patch-libsrc_meshing_meshing.hpp
Thierry Thomas db06906eac - Unbreak with gcc-4.2 (some patches from the author, some inspired from
Debian);

- Add IGES and STEP support with OpenCascade.
2007-05-30 19:21:11 +00:00

11 lines
276 B
C++

--- ./libsrc/meshing/meshing.hpp.orig Thu Oct 7 00:23:46 2004
+++ ./libsrc/meshing/meshing.hpp Tue May 29 22:55:52 2007
@@ -34,7 +34,7 @@
#ifndef SMALLLIB
#define _INCLUDE_MORE
#endif
-#ifdef LINUX
+#if defined(LINUX ) || defined(FREEBSD)
#define _INCLUDE_MORE
#endif