Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 00:18:44 +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: r332564 - head/graphics/aaphoto
Message-ID:  <201311030018.rA30IiDu009899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Nov  3 00:18:44 2013
New Revision: 332564
URL: http://svnweb.freebsd.org/changeset/ports/332564

Log:
  Require GCC to fix missing OpenMP features
  
  PR:		ports/181967
  Approved by:	swills (mentor, implicit)

Modified:
  head/graphics/aaphoto/Makefile

Modified: head/graphics/aaphoto/Makefile
==============================================================================
--- head/graphics/aaphoto/Makefile	Sun Nov  3 00:12:27 2013	(r332563)
+++ head/graphics/aaphoto/Makefile	Sun Nov  3 00:18:44 2013	(r332564)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aaphoto
 PORTVERSION=	0.43.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	mail@log69.com
@@ -19,6 +20,7 @@ GH_ACCOUNT=	log69
 GH_COMMIT=	e566f9b
 GH_TAGNAME=	v${PORTVERSION}
 
+USE_GCC=	any
 GNU_CONFIGURE=	yes
 USES=		compiler
 



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