Date: Wed, 14 Jan 2015 18:05:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r377032 - branches/2015Q1/graphics/wxsvg Message-ID: <201501141805.t0EI5htV023442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Jan 14 18:05:42 2015 New Revision: 377032 URL: https://svnweb.freebsd.org/changeset/ports/377032 QAT: https://qat.redports.org/buildarchive/r377032/ Log: MFH: r376811 - Use compiler:c++11-lib to fix build on FreeBSD 8 and 9 (tested on 9.3) Modified: branches/2015Q1/graphics/wxsvg/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/graphics/wxsvg/Makefile ============================================================================== --- branches/2015Q1/graphics/wxsvg/Makefile Wed Jan 14 18:04:57 2015 (r377031) +++ branches/2015Q1/graphics/wxsvg/Makefile Wed Jan 14 18:05:42 2015 (r377032) @@ -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?201501141805.t0EI5htV023442>