1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix build on 10+: since boost is linked against libc++, we must use clang to

compile gource too.
This commit is contained in:
Dmitry Sivachenko 2014-04-12 18:30:28 +00:00
parent 1cc551bc79
commit 33d44aeb2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351120

View File

@ -20,8 +20,7 @@ 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
USE_GCC= yes
USES= gmake pkgconfig compiler:c++0x
CONFIGURE_ARGS+=--with-boost-system=boost_system \
--with-boost-filesystem=boost_filesystem