Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 01:03:24 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332570 - head/graphics/aaphoto
Message-ID:  <201311030103.rA313OGk025805@svn.freebsd.org>

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



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