83ae30d70c
- Use SF macro in MASTER_SITES [1]. - Fix building on non-i386 instead of adding NOT_FOR_ARCHS [1]. PR: ports/115138 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) Reworked by: alepulver (myself) [1]
18 lines
338 B
C++
18 lines
338 B
C++
--- cpp/Model/GSProductModel.h.orig Sun May 6 08:28:39 2007
|
|
+++ cpp/Model/GSProductModel.h Thu Jul 12 23:09:13 2007
|
|
@@ -10,7 +10,6 @@
|
|
|
|
#include <string>
|
|
|
|
-#include <boost/python.hpp>
|
|
|
|
#include <Util/UniqueID.h>
|
|
|
|
@@ -26,6 +25,7 @@
|
|
#include <Model/VisualPlane.h>
|
|
|
|
#include <Product/GSProduct.h>
|
|
+#include <boost/python.hpp>
|
|
|
|
|
|
|