Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 12:41:44 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378724 - head/graphics/inkscape
Message-ID:  <201502091241.t19CfiPu021240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Feb  9 12:41:43 2015
New Revision: 378724
URL: https://svnweb.freebsd.org/changeset/ports/378724
QAT: https://qat.redports.org/buildarchive/r378724/

Log:
  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)

Modified:
  head/graphics/inkscape/Makefile

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Mon Feb  9 11:15:09 2015	(r378723)
+++ head/graphics/inkscape/Makefile	Mon Feb  9 12:41:43 2015	(r378724)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 #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



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