diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:03:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:03:47 +0000 |
commit | 78d34cad82f078432e1d2c53d3b8aca0320deb1b (patch) | |
tree | 9fb867e17558af8a7b0ecef1778c42d0b8bc3ac5 /cad/freecad/files/patch-src_FCConfig.h | |
parent | Remove audio/sineshaper as it has been BROKEN for over 4 months. (diff) |
Remove cad/freecad as it has been BROKEN for over 4 months.
Notes
Notes:
svn path=/head/; revision=235719
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
|