sys-apps/heirloom-tools: respect CFLAGS
authorStephan Hartmann <stha09@googlemail.com>
Thu, 26 Mar 2020 14:21:43 +0000 (15:21 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 26 Mar 2020 14:21:43 +0000 (15:21 +0100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/15124
Signed-off-by: Stephan Hartmann <stha09@googlemail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
sys-apps/heirloom-tools/heirloom-tools-070715-r2.ebuild [moved from sys-apps/heirloom-tools/heirloom-tools-070715-r1.ebuild with 94% similarity]

similarity index 94%
rename from sys-apps/heirloom-tools/heirloom-tools-070715-r1.ebuild
rename to sys-apps/heirloom-tools/heirloom-tools-070715-r2.ebuild
index 0f7cbc127f3e694ebedb5e5fb59c5f4c15b26221..f45cc2e1c880871e9eb214b036411ffe49d6eb81 100644 (file)
@@ -37,6 +37,9 @@ src_compile() {
        emake -j1 \
                CC="$(tc-getCC)" \
                CFLAGS="${CFLAGS}" \
+               CFLAGS2="${CFLAGS}" \
+               CFLAGSS="${CFLAGS}" \
+               CFLAGSU="${CFLAGS}" \
                CPPFLAGS="${CPPFLAGS}" \
                LCURS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
                LDFLAGS="${LDFLAGS}" \