svn commit: r377032 - branches/2015Q1/graphics/wxsvg
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 14 18:05:43 UTC 2015
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
More information about the svn-ports-branches
mailing list