www-apache/anyterm-1.1.22 ignores CXXFLAGS and LDFLAGS.
Created attachment 147020 [details, diff] anyterm-1.1.22-respect-flags.patch This patch fixes only using of CFLAGS/CXXFLAGS. LDFLAGS are still ignored.
LDFLAGS are ignored because apxs strips '-Wl,' from any option. http://httpd.apache.org/docs/trunk/programs/apxs.html#options '-Wl,' should be prepended to every LDFLAG.
Created attachment 147671 [details, diff] Patch to anyterm-1.1.22.ebuild (In reply to comment #1) > This patch fixes only using of CFLAGS/CXXFLAGS. > LDFLAGS are still ignored. Now LDFLAGS will be respected.
Created attachment 147672 [details, diff] Patch to anyterm-1.1.22.ebuild
fixed, thanks