| Bill Allombert on Tue, 01 Aug 2023 17:09:19 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: [PATCH 0/2] use fltk's CXXFLAGS when looking for it |
On Tue, Aug 01, 2023 at 10:47:49AM -0400, Michael Orlitzky wrote: > This fixes detection of FLTK on systems where the headers are > installed in a nonstandard location. François Bissey originally fixed > this issue in Gentoo; I've only tweaked his patch in minor ways. > > Michael Orlitzky (2): > config/has_fltk.c: rename to config/has_fltk.cxx > config/get_fltk: include fltk's CXXFLAGS in the compile-test Hello Michael, Could you clarify which version of FLTK you are targetting ? Note that all C++ file in the PARI distribution use the .c suffix, so I would rather keep config/has_fltk.c as it is. Cheers, Bill