diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-02 16:12:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-02 16:12:11 +0800 |
commit | f8da23589433bdd6ee78c99425b3b797227ac429 (patch) | |
tree | 70e43fdee120866ba15833fac97a6c4adccfb725 /graphics | |
parent | 6485991e610169303aca8e3b8091c2a0ddc2e20f (diff) | |
download | freebsd-ports-gnome-f8da23589433bdd6ee78c99425b3b797227ac429.tar.gz freebsd-ports-gnome-f8da23589433bdd6ee78c99425b3b797227ac429.tar.zst freebsd-ports-gnome-f8da23589433bdd6ee78c99425b3b797227ac429.zip |
Enforce clang or modern gcc to build since recent math/glm update breaks
with gcc from base
Diffstat (limited to 'graphics')
-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 2ef8b3cf821a..95c64dc05c9d 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++11-lang pathfix pkgconfig libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror |