diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-29 15:46:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-29 15:46:48 +0800 |
commit | ddd137bfe14b9821d1239bae1a1bf39066736af7 (patch) | |
tree | 170d4bc42915016b741ade76f7349c5c13caaedf /graphics | |
parent | d360a4ca1426d0487db144769a955f4fadd384ac (diff) | |
download | freebsd-ports-gnome-ddd137bfe14b9821d1239bae1a1bf39066736af7.tar.gz freebsd-ports-gnome-ddd137bfe14b9821d1239bae1a1bf39066736af7.tar.zst freebsd-ports-gnome-ddd137bfe14b9821d1239bae1a1bf39066736af7.zip |
Fix build on HEAD by adding USE_GCC=any (uses unicode in source code).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grafx2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |