https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: games-puzzle/blockout-2.5 does not respect CFLAGS. Discovered on: amd64 (internal ref: guru_ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0017
Created attachment 883145 [details] build.log build log and emerge --info
Yeah I looked at the source for this package and it turns out that the makefiles add their own flags and those flags override the ones that are set in make.conf. I am thinking of adding a src_prepare section that adds the user's CFLAGS and CXXFLAGS into the makefiles. Would that be a good solution?
I am working on fixing this issue. This is looking pretty good so far. Will send the patch after I get everything cleaned up and working well.
I fixed it.
Thanks Abdul!