svn commit: r376811 - head/graphics/wxsvg

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Jan 12 03:04:15 UTC 2015


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


More information about the svn-ports-all mailing list