svn commit: r321729 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Tue Jun 25 10:18:28 UTC 2013


Author: demon
Date: Tue Jun 25 10:18:27 2013
New Revision: 321729
URL: http://svnweb.freebsd.org/changeset/ports/321729

Log:
  Build with modern gcc.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Tue Jun 25 10:08:49 2013	(r321728)
+++ head/graphics/gource/Makefile	Tue Jun 25 10:18:27 2013	(r321729)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	SDL_image:${PORTSDIR}/graph
 RUN_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
 
 GNU_CONFIGURE=	yes
+USE_GCC=	yes
 USE_GMAKE=	yes
 MANCOMPRESSED=	yes
 


More information about the svn-ports-all mailing list