Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 13:31:14 +0100
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Don Lewis <truckman@FreeBSD.org>, kwm@FreeBSD.org
Cc:        svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r375853 - head/finance/gnucash
Message-ID:  <54B7B312.2080304@rainbow-runner.nl>
In-Reply-To: <201412310728.sBV7S2rI002254@gw.catspoiler.org>
References:  <201412310728.sBV7S2rI002254@gw.catspoiler.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 31-12-2014 8:28, Don Lewis wrote:
> On 30 Dec, Koop Mast wrote:
>> Author: kwm
>> Date: Tue Dec 30 20:28:43 2014
>> New Revision: 375853
>> URL: https://svnweb.freebsd.org/changeset/ports/375853
>> QAT: https://qat.redports.org/buildarchive/r375853/
>>
>> Log:
>>    Fix the build on 9.x and 8.x after the update of webkit-gtk2.
>>
>> Modified:
>>    head/finance/gnucash/Makefile
>>
>> Modified: head/finance/gnucash/Makefile
>> ==============================================================================
>> --- head/finance/gnucash/Makefile	Tue Dec 30 20:13:46 2014	(r375852)
>> +++ head/finance/gnucash/Makefile	Tue Dec 30 20:28:43 2014	(r375853)
>> @@ -96,6 +96,11 @@ GLIB_SCHEMAS+=	org.gnucash.dialogs.impor
>>   GLIB_SCHEMAS+=	org.gnucash.dialogs.import.ofx.gschema.xml
>>   .endif
>>   
>> +# because webkit-gtk2 needs it
>> +.if ${OSVERSION} < 1000000
>> +USES+= compiler:c++11-lib
>> +.endif
>> +
> Why not just set this unconditionally.  It should be a no-op if clang is
> the base compiler, and should do the right thing on a FreeBSD 10 machine
> if someone has configured it to use legacy gcc as the base compiler.

Sorry for the long reply time. I wanted to make the difference between 
that the port itself needs c++11-lib or that it was forced upon it by 
another port.

-Koop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54B7B312.2080304>