Date: Mon, 12 Jan 2015 03:04:15 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376811 - head/graphics/wxsvg Message-ID: <201501120304.t0C34Fsp016796@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Jan 12 03:04:14 2015 New Revision: 376811 URL: https://svnweb.freebsd.org/changeset/ports/376811 QAT: https://qat.redports.org/buildarchive/r376811/ Log: - Use compiler:c++11-lib to fix build on FreeBSD 8 and 9 (tested on 9.3) Modified: head/graphics/wxsvg/Makefile Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Mon Jan 12 01:16:52 2015 (r376810) +++ head/graphics/wxsvg/Makefile Mon Jan 12 03:04:14 2015 (r376811) @@ -14,7 +14,7 @@ LICENSE= LGPL21 # (or later) LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 WX_UNICODE= yes WX_CONF_ARGS= absolute
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501120304.t0C34Fsp016796>