mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
11 lines
260 B
C++
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
|
|
|