$(eval $(call import.MODULE.defs,CMAKE,cmake))
$(eval $(call import.CONTRIB.defs,CMAKE))
-CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz
+CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz
CMAKE.CONFIGURE.deps =
CMAKE.CONFIGURE.shared =
CMAKE.CONFIGURE.static =
CMAKE.CONFIGURE.extra = --no-qt-gui
+
+ifeq (darwin,$(BUILD.system))
+ CMAKE.CONFIGURE.extra += --system-curl
+endif