pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/boost-libs issue in pkg/42746



>> diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
>> index 0024556..c6a02b5 100644
>> --- a/devel/boost-libs/Makefile
>> +++ b/devel/boost-libs/Makefile
>> @@ -13,6 +13,8 @@ BJAM_ARGS+=           --without-python
>> 
>> .include "../../devel/boost-jam/bjam.mk"
>> 
>> +BJAM_ARGS+=    cxxflags=-std=gnu++0x
>> +
>> do-build: bjam-build
>> 
>> do-install: boost-install-libs
> 
> Please disregard my previous email, I may have inadvertently used gcc-4.1.
> 
> I have done some more testing on brand new installations of DragonFly-2.9
> with gcc-4.4.5.
> On both i386 and amd64, your patch is needed to build boost-libs.
> 
> It would be best to commit it before the 2011Q1 release.

I have added the above to boost-jam/bjam.mk.
Please, update and confirm it fixes the problem.

Cheers :)
Adam


Home | Main Index | Thread Index | Old Index