svn commit: r378724 - head/graphics/inkscape
Koop Mast
kwm at FreeBSD.org
Mon Feb 9 12:41:44 UTC 2015
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
More information about the svn-ports-head
mailing list