aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-05-09 04:54:24 +0800
committerjkim <jkim@FreeBSD.org>2015-05-09 04:54:24 +0800
commite5ff1695c0f4f72a28507822b963430ec7387226 (patch)
treed11de0a85fdaca26b0a427cdbbb857c269817380 /graphics
parent395124743cf8985bb6d2337fcb595162c421d889 (diff)
downloadfreebsd-ports-gnome-e5ff1695c0f4f72a28507822b963430ec7387226.tar.gz
freebsd-ports-gnome-e5ff1695c0f4f72a28507822b963430ec7387226.tar.zst
freebsd-ports-gnome-e5ff1695c0f4f72a28507822b963430ec7387226.zip
Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgltf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile
index 33c97bcc1dfb..1e502ad30ed4 100644
--- a/graphics/libgltf/Makefile
+++ b/graphics/libgltf/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/
${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew
-USES= pathfix pkgconfig libtool tar:bzip2
+USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror