summaryrefslogtreecommitdiff
path: root/cad/freecad/files/patch-src_Base_Documentation.cpp
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:03:47 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:03:47 +0000
commit78d34cad82f078432e1d2c53d3b8aca0320deb1b (patch)
tree9fb867e17558af8a7b0ecef1778c42d0b8bc3ac5 /cad/freecad/files/patch-src_Base_Documentation.cpp
parentRemove 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_Base_Documentation.cpp')
-rw-r--r--cad/freecad/files/patch-src_Base_Documentation.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/cad/freecad/files/patch-src_Base_Documentation.cpp b/cad/freecad/files/patch-src_Base_Documentation.cpp
deleted file mode 100644
index 8342eac8da3d..000000000000
--- a/cad/freecad/files/patch-src_Base_Documentation.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./src/Base/Documentation.cpp.orig Sat Feb 24 11:44:54 2007
-+++ ./src/Base/Documentation.cpp Sun Apr 22 18:46:43 2007
-@@ -44,6 +44,13 @@
- # undef _POSIX_C_SOURCE
- # endif // (re-)defined in pyconfig.h
- # include <Python.h>
-+# undef isspace
-+# undef isupper
-+# undef islower
-+# undef isalpha
-+# undef isalnum
-+# undef toupper
-+# undef tolower
- # include <iostream>
- # include <fstream>
- # include <fcntl.h>