Curt J. Sampson
Curt J. Sampson
Ping. What's this fix waiting on? (I ask because I am having to document this problem and explain it to people I'm working with.)
@ljharb Ping again; just wondering what's holding this up.
Yeah, I totally agree with you that those tests want to be written. Unfortunately, I was finding that quite difficult, but I'll have another look at that when I get...
This doesn't work, because the following Makefiles do not use the CFLAGS set in Makefile.inc, but instead override it: ``` tc$ ggrep 'CFLAGS =' Makefile.inc:CFLAGS = -O2 -Wall $(shell pkg-config...
The commit has been tweaked to fix the original issue for a couple of graphics programs that really need the Makefile.inc CFLAGS. The rest are untouched, but probably they should...