From 522d65ea203bceed419b84b5dde22cfb4e1b3108 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 19 Feb 2014 15:45:17 +0000 Subject: [PATCH] Try to fix build on older systems. --- graphics/gource/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 1e631a499901..8c981e40fe6e 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libSDL_image.so:${PORTSDIR}/graphics/sdl_image \ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes -USES= gmake pkgconfig compiler:c++11-lang +USES= gmake pkgconfig +USE_GCC= yes CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem