ports/cad/netgen/files/patch-libsrc_csg_csg.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
260 B
C++

--- ./libsrc/csg/csg.hpp.orig Thu Oct 7 00:10:13 2004
+++ ./libsrc/csg/csg.hpp Tue May 29 22:54:13 2007
@@ -22,7 +22,7 @@
#ifndef SMALLLIB
#define _INCLUDE_MORE
#endif
-#ifdef LINUX
+#if defined(LINUX ) || defined(FREEBSD)
#define _INCLUDE_MORE
#endif