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
>>>> 
>>>> +BJAM_ARGS+=    cxxflags=-std=gnu++0x
>>> 
>>> 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.
>> 
>> I have added the above to boost-jam/bjam.mk.
>> Please, update and confirm it fixes the problem.
> 
> I confirm it. Your commit fixes boost-libs w/gcc-4.4 on both i386 and amd64.
> 
> Many thanks !

I've heard it breaks building with gcc-4.1.x. How about
BJAM_ARGS+=    cxxflags=-fno-strict-aliasing
?

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index