summaryrefslogtreecommitdiffstats
path: root/academic/avogadro/boost-1.53.patch
diff options
context:
space:
mode:
author larryhaja <larryhaja@gmail.com>2013-11-13 17:52:43 -0800
committer Robby Workman <rworkman@slackbuilds.org>2013-11-13 23:02:12 -0600
commit696595f29d45a85cf3d9173f5e197fce0d0a44bd (patch)
tree5cc7a549759c38aff68aae3ee8b814cc705f1b97 /academic/avogadro/boost-1.53.patch
parentf66d6adbb19e4c143ca7dd2eccdae4a0594c2f1f (diff)
downloadslackbuilds-696595f29d45a85cf3d9173f5e197fce0d0a44bd.tar.gz
slackbuilds-696595f29d45a85cf3d9173f5e197fce0d0a44bd.tar.xz
academic/avogadro: Patched for boost 1.53 and added license
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/avogadro/boost-1.53.patch')
-rw-r--r--academic/avogadro/boost-1.53.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/academic/avogadro/boost-1.53.patch b/academic/avogadro/boost-1.53.patch
new file mode 100644
index 0000000000..fd8685974c
--- /dev/null
+++ b/academic/avogadro/boost-1.53.patch
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~ 2013-03-29 12:46:16.306165881 +0000
++++ avogadro-1.1.0/libavogadro/src/pythonengine_p.h 2013-03-29 12:45:43.123089622 +0000
+@@ -27,7 +27,9 @@
+
+ #include <avogadro/global.h>
+ #include <avogadro/engine.h>
++#ifndef Q_MOC_RUN
+ #include <boost/python.hpp>
++#endif
+
+ namespace Avogadro {
+
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~ 2013-03-29 12:46:32.156043085 +0000
++++ avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 12:47:07.265771087 +0000
+@@ -29,7 +29,9 @@
+ #include <avogadro/extension.h>
+ #include <avogadro/primitive.h>
+ #include <avogadro/glwidget.h>
++#ifndef Q_MOC_RUN
+ #include <boost/python.hpp>
++#endif
+
+ #include <QWidget>
+ #include <QList>
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 12:47:33.335569185 +0000
++++ avogadro-1.1.0/libavogadro/src/pythontool_p.h 2013-03-29 12:47:50.732101147 +0000
+@@ -27,7 +27,9 @@
+
+ #include <avogadro/global.h>
+ #include <avogadro/tool.h>
++#ifndef Q_MOC_RUN
+ #include <boost/python.hpp>
++#endif
+
+ #include <QObject>
+ #include <QAction>
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~ 2013-03-29 12:50:46.550738652 +0000
++++ avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 12:51:00.853961341 +0000
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+
+ #include <avogadro/global.h>
++#ifndef Q_MOC_RUN
+ #include <boost/python.hpp>
++#endif
+ #include <avogadro/primitive.h>
+ #include <QString>
+
+--- avogadro-1.1.0/libavogadro/src/pythonscript.h~ 2013-03-29 12:52:00.723488935 +0000
++++ avogadro-1.1.0/libavogadro/src/pythonscript.h 2013-03-29 12:52:11.676745364 +0000
+@@ -27,7 +27,9 @@
+ #define PYTHONSCRIPT_H
+
+ #include <avogadro/global.h>
++#ifndef Q_MOC_RUN
+ #include <boost/python.hpp>
++#endif
+
+ #include "pythonerror.h"
+