Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it
Michael Orlitzky <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2023-08-01 at 18:29 +0200, Bill Allombert wrote: > > Thanks, but PARI is not using FLTK_CXXFLAGS when actually compiling plotfltk.c, > so I do not see how this patch is useful ? > > You probably need to change in config/Makefile.SH the lines > fltk) > PLOTCFLAGS= > to add FLTK_CXXFLAGS > Ah, right. We already have another patch (next on my TODO list) that does that, https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/pari/files/pari-2.11.2-no-automagic.patch but it makes more sense to include it with this commit.