From 922010b579c7dc7254b2f815dd273255b3109465 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 29 May 2013 07:46:48 +0000 Subject: [PATCH] Fix build on HEAD by adding USE_GCC=any (uses unicode in source code). --- graphics/grafx2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 323e0d6d5bce..c863c1cb1d03 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -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