Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 18:30:28 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351120 - head/graphics/gource
Message-ID:  <201404121830.s3CIUSKw076718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121830.s3CIUSKw076718>