aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgltf
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-05-08 20:54:24 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-05-08 20:54:24 +0000
commit8ca468e95f1ff66266a2ad58314581ee240bad0a (patch)
treed11de0a85fdaca26b0a427cdbbb857c269817380 /graphics/libgltf
parent4c4cb68298495c30e7e06561e1c8de3e48260092 (diff)
downloadports-8ca468e95f1ff66266a2ad58314581ee240bad0a.tar.gz
ports-8ca468e95f1ff66266a2ad58314581ee240bad0a.zip
Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.
Notes
Notes: svn path=/head/; revision=385832
Diffstat (limited to 'graphics/libgltf')
-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