aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgltf
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-12-04 18:24:46 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-12-04 18:24:46 +0000
commit3e2c93d74d21126197ce6ddbd2f512c6fbccae0d (patch)
treeaedc55f809c2f13f4ac36d31d0c8eae10e9a1429 /graphics/libgltf
parent2729fc66dfb63a65f73b1830992f573e242fc898 (diff)
downloadports-3e2c93d74d21126197ce6ddbd2f512c6fbccae0d.tar.gz
ports-3e2c93d74d21126197ce6ddbd2f512c6fbccae0d.zip
Revert r373755. It did not work because glm 0.9.6.0 removed support for
pre-C++11 compiler AND library. math/glm was reverted to 0.9.5.4 for now.
Notes
Notes: svn path=/head/; revision=373978
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 95c64dc05c9d..33c97bcc1dfb 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= compiler:c++11-lang pathfix pkgconfig libtool tar:bzip2
+USES= pathfix pkgconfig libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror