Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 07:46:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319353 - head/graphics/grafx2
Message-ID:  <201305290746.r4T7kn1o070449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed May 29 07:46:48 2013
New Revision: 319353
URL: http://svnweb.freebsd.org/changeset/ports/319353

Log:
  Fix build on HEAD by adding USE_GCC=any (uses unicode in source code).

Modified:
  head/graphics/grafx2/Makefile

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Wed May 29 06:41:11 2013	(r319352)
+++ head/graphics/grafx2/Makefile	Wed May 29 07:46:48 2013	(r319353)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	X11:${PORTSDIR}/x11/libX11 
 		png15:${PORTSDIR}/graphics/png
 
 USE_GMAKE=	yes
+USE_GCC=	any
 USE_SDL=	sdl image
 MAKE_JOBS_SAFE=	yes
 



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