aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-24 10:31:07 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-24 10:31:07 +0000
commit47bf22448441db07edd04007e844e251acf06dfc (patch)
tree87b699fa6423b6c968f546361d0d46f42e85a4cc /cad
parentbaac3115e0a2408f00194087da57c652e4a050fa (diff)
downloadports-47bf22448441db07edd04007e844e251acf06dfc.tar.gz
ports-47bf22448441db07edd04007e844e251acf06dfc.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/files/patch-src_colormap.h14
-rw-r--r--cad/openscad/files/patch-src_scintillaeditor.h14
2 files changed, 0 insertions, 28 deletions
diff --git a/cad/openscad/files/patch-src_colormap.h b/cad/openscad/files/patch-src_colormap.h
deleted file mode 100644
index 7acadcfad624..000000000000
--- a/cad/openscad/files/patch-src_colormap.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/colormap.h.orig 2015-03-05 16:25:10 UTC
-+++ src/colormap.h
-@@ -5,9 +5,11 @@
- #include <list>
- #include "linalg.h"
-
-+#ifndef Q_MOC_RUN
- #include <boost/shared_ptr.hpp>
- #include <boost/filesystem.hpp>
- #include <boost/property_tree/ptree.hpp>
-+#endif
-
- namespace fs = boost::filesystem;
-
diff --git a/cad/openscad/files/patch-src_scintillaeditor.h b/cad/openscad/files/patch-src_scintillaeditor.h
deleted file mode 100644
index 871562905778..000000000000
--- a/cad/openscad/files/patch-src_scintillaeditor.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/scintillaeditor.h.orig 2015-03-05 20:25:13 UTC
-+++ src/scintillaeditor.h
-@@ -11,9 +11,11 @@
- #include "scadlexer.h"
- #include "parsersettings.h"
-
-+#ifndef Q_MOC_RUN
- #include <boost/shared_ptr.hpp>
- #include <boost/property_tree/ptree.hpp>
- #include <boost/property_tree/json_parser.hpp>
-+#endif
-
- class EditorColorScheme
- {