diff options
author | jkim <jkim@FreeBSD.org> | 2014-12-05 02:24:46 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-12-05 02:24:46 +0800 |
commit | b2604ed74832cdc8a6938db94ecd1422095db057 (patch) | |
tree | aedc55f809c2f13f4ac36d31d0c8eae10e9a1429 /graphics/libgltf | |
parent | f0fe4742a015fa7ee95536d33a4bc9160d8f5ce2 (diff) | |
download | freebsd-ports-gnome-b2604ed74832cdc8a6938db94ecd1422095db057.tar.gz freebsd-ports-gnome-b2604ed74832cdc8a6938db94ecd1422095db057.tar.zst freebsd-ports-gnome-b2604ed74832cdc8a6938db94ecd1422095db057.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.
Diffstat (limited to 'graphics/libgltf')
-rw-r--r-- | graphics/libgltf/Makefile | 2 |
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 |