summaryrefslogtreecommitdiffstats
path: root/src/cgal.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-17 23:11:33 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-17 23:11:33 (GMT)
commit8035a88938d50dfba957d78ec0e0fd72a2945213 (patch)
treefc6deeb49888b3706fc6ea5fa802fea0827e0556 /src/cgal.mk
parent3991490b57d60892802b4c8527b5e7053c3d52a5 (diff)
downloadmxe-8035a88938d50dfba957d78ec0e0fd72a2945213.zip
mxe-8035a88938d50dfba957d78ec0e0fd72a2945213.tar.gz
mxe-8035a88938d50dfba957d78ec0e0fd72a2945213.tar.bz2
package cgal: fix build failure when qt is present
When Qt happened to be present, CGAL would fail to build. This happened when moc was called on certain files that included has_binary_operator.hpp from boost: <includedir>/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
Diffstat (limited to 'src/cgal.mk')
-rw-r--r--src/cgal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgal.mk b/src/cgal.mk
index 5084d70..455a9b8 100644
--- a/src/cgal.mk
+++ b/src/cgal.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := CGAL-$($(PKG)_VERSION)
$(PKG)_FILE := CGAL-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.cgal.org/
$(PKG)_URL := https://gforge.inria.fr/frs/download.php/28500/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc boost gmp mpfr
+$(PKG)_DEPS := gcc boost gmp mpfr qt
define $(PKG)_UPDATE
wget -q -O- 'https://gforge.inria.fr/frs/?group_id=52' | \