Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 15:45:17 +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: r345105 - head/graphics/gource
Message-ID:  <201402191545.s1JFjHOJ012038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Wed Feb 19 15:45:17 2014
New Revision: 345105
URL: http://svnweb.freebsd.org/changeset/ports/345105
QAT: https://qat.redports.org/buildarchive/r345105/

Log:
  Try to fix build on older systems.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Wed Feb 19 15:44:00 2014	(r345104)
+++ head/graphics/gource/Makefile	Wed Feb 19 15:45:17 2014	(r345105)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libSDL_image.so:${PORTSDIR}
 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



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