From 2d62ad41c1e83069713499f2f5ac576045f29806 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 9 Feb 2015 12:41:43 +0000 Subject: Fix the build on 9.x and 8.x. The build problem exhibits itself as a internal compiler error on 9 and code issues on 8.x. Solve this by making sure inkscape uses a newer compiler via the USES=compiler framework. Reported by: Robert Backhaus (via IRC) --- graphics/inkscape/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/inkscape') diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 8b5f208bbae7..c7df56abeae1 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ #RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL USE_GNOME= gtkmm24 intlhack libxslt -USES= desktop-file-utils gettext gmake iconv libtool pathfix \ - perl5 pkgconfig shebangfix tar:bzip2 +USES= compiler:c++0x desktop-file-utils gettext gmake iconv \ + libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit