svn commit: r332570 - head/graphics/aaphoto

Mark Felder feld at FreeBSD.org
Sun Nov 3 01:03:25 UTC 2013


Author: feld
Date: Sun Nov  3 01:03:24 2013
New Revision: 332570
URL: http://svnweb.freebsd.org/changeset/ports/332570

Log:
  Actually need USE_GCC=yes to pull newer GCC on <10.0
  
  Submitted by:	gerald
  Approved by:	swills (mentor, implicit)

Modified:
  head/graphics/aaphoto/Makefile

Modified: head/graphics/aaphoto/Makefile
==============================================================================
--- head/graphics/aaphoto/Makefile	Sun Nov  3 01:01:53 2013	(r332569)
+++ head/graphics/aaphoto/Makefile	Sun Nov  3 01:03:24 2013	(r332570)
@@ -20,7 +20,7 @@ GH_ACCOUNT=	log69
 GH_COMMIT=	e566f9b
 GH_TAGNAME=	v${PORTVERSION}
 
-USE_GCC=	any
+USE_GCC=	yes
 GNU_CONFIGURE=	yes
 USES=		compiler
 


More information about the svn-ports-head mailing list