From owner-svn-ports-head@FreeBSD.ORG Mon Jan 12 03:04:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F11A955; Mon, 12 Jan 2015 03:04:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE7A796; Mon, 12 Jan 2015 03:04:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0C34FTk016797; Mon, 12 Jan 2015 03:04:15 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0C34Fsp016796; Mon, 12 Jan 2015 03:04:15 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201501120304.t0C34Fsp016796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 12 Jan 2015 03:04:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376811 - head/graphics/wxsvg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 03:04:15 -0000 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