svn commit: r351120 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Sat Apr 12 18:30:28 UTC 2014


Author: demon
Date: Sat Apr 12 18:30:28 2014
New Revision: 351120
URL: http://svnweb.freebsd.org/changeset/ports/351120
QAT: https://qat.redports.org/buildarchive/r351120/

Log:
  Fix build on 10+: since boost is linked against libc++, we must use clang to
  compile gource too.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Sat Apr 12 18:26:31 2014	(r351119)
+++ head/graphics/gource/Makefile	Sat Apr 12 18:30:28 2014	(r351120)
@@ -20,8 +20,7 @@ LIB_DEPENDS=	libSDL_image.so:${PORTSDIR}
 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


More information about the svn-ports-all mailing list