svn commit: r319353 - head/graphics/grafx2

Emanuel Haupt ehaupt at FreeBSD.org
Wed May 29 07:46:49 UTC 2013


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
 


More information about the svn-ports-all mailing list