Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 22:28:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327322 - head/graphics/grafx2
Message-ID:  <201309142228.r8EMSaAF019725@svn.freebsd.org>

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



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