aboutsummaryrefslogtreecommitdiff
path: root/graphics/evolvotron
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 /graphics/evolvotron
parentbaac3115e0a2408f00194087da57c652e4a050fa (diff)
downloadports-47bf22448441db07edd04007e844e251acf06dfc.tar.gz
ports-47bf22448441db07edd04007e844e251acf06dfc.zip
Notes
Diffstat (limited to 'graphics/evolvotron')
-rw-r--r--graphics/evolvotron/files/patch-libfunction_useful.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/evolvotron/files/patch-libfunction_useful.h b/graphics/evolvotron/files/patch-libfunction_useful.h
deleted file mode 100644
index 0b1bdb79dc40..000000000000
--- a/graphics/evolvotron/files/patch-libfunction_useful.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- libfunction/useful.h.orig 2013-01-26 12:49:04 UTC
-+++ libfunction/useful.h
-@@ -40,6 +40,7 @@
- #include <sstream>
- #include <vector>
-
-+#ifndef Q_MOC_RUN
- #include <boost/array.hpp>
- #include <boost/ptr_container/ptr_map.hpp>
- #include <boost/ptr_container/ptr_vector.hpp>
-@@ -49,6 +50,7 @@
- #include <boost/tuple/tuple.hpp>
- #include <boost/utility.hpp>
- #include <boost/version.hpp>
-+#endif
-
- //! Convenience typedef.
- typedef unsigned int uint;