Bug#853420: gle-graphics: fix ftbfs with GCC-7

2017-10-29 Thread Christian T. Steigies
Hi, On Wed, Oct 18, 2017 at 10:50:40PM +0200, Sl?vek Banko wrote: > Tags: + patch > > By chance, I encountered the same bug in another project. > I attach a patch here as well. Thanks for your patch, much easier than what I tried: I removed abs() from f2c.h and included cmath and using std:abs to

Bug#853420: gle-graphics: fix ftbfs with GCC-7

2017-10-18 Thread Slávek Banko
Tags: + patch By chance, I encountered the same bug in another project. I attach a patch here as well. Cheers -- Slávek Index: b/src/gle/surface/ffitcontour.cpp === --- a/src/gle/surface/ffitcontour.cpp +++ b/src/gle/surface/ffitcon