svn commit: r327322 - head/graphics/grafx2

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 22:28:37 UTC 2013


Author: bapt
Date: Sat Sep 14 22:28:36 2013
New Revision: 327322
URL: http://svnweb.freebsd.org/changeset/ports/327322

Log:
  Remove USE_GCC=any: builds properly with clang

Modified:
  head/graphics/grafx2/Makefile

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Sat Sep 14 22:26:27 2013	(r327321)
+++ head/graphics/grafx2/Makefile	Sat Sep 14 22:28:36 2013	(r327322)
@@ -15,7 +15,6 @@ LIB_DEPENDS=	X11:${PORTSDIR}/x11/libX11 
 		png15:${PORTSDIR}/graphics/png
 
 USES=		gmake pkgconfig
-USE_GCC=	any
 USE_SDL=	sdl image
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src


More information about the svn-ports-head mailing list