diff options
Diffstat (limited to 'cad/freecad/files/patch-src_FCConfig.h')
-rw-r--r-- | cad/freecad/files/patch-src_FCConfig.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/cad/freecad/files/patch-src_FCConfig.h b/cad/freecad/files/patch-src_FCConfig.h deleted file mode 100644 index b0092e5da687..000000000000 --- a/cad/freecad/files/patch-src_FCConfig.h +++ /dev/null @@ -1,27 +0,0 @@ ---- ./src/FCConfig.h.orig Sat Feb 24 11:44:55 2007 -+++ ./src/FCConfig.h Sun Apr 22 22:02:51 2007 -@@ -71,8 +71,10 @@ - //# endif
- //#elif defined(hpux) || defined(__hpux) || defined(__hpux__)
- //# define FC_OS_HPUX_
--//#elif defined(__FreeBSD__)
--//# define FC_OS_FREEBSD
-+#elif defined(__FreeBSD__)
-+# ifndef FC_OS_FREEBSD
-+# define FC_OS_FREEBSD
-+# endif
- //#elif defined(__NetBSD__)
- //# define FC_OS_NETBSD
- //#elif defined(__OpenBSD__)
-@@ -159,6 +161,11 @@ - # define _WINDOWS
- # endif
- #endif
-+
-+#ifdef FC_OS_FREEBSD
-+# define FREEBSD
-+#endif
-+
-
- #ifdef FC_OS_LINUX
- # define LIN
|