commit: 9fb77f16e72fba1f2894baeb617d60caf5330317 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Mar 20 13:18:08 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 13:26:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb77f16
x11-misc/tabbed: Add omitted CFLAGS and LDFLAGS Closes: https://bugs.gentoo.org/927321 Closes: https://bugs.gentoo.org/927322 Fixes: a2766183f887 ("x11-misc/tabbed: add 0.8") Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> x11-misc/tabbed/{tabbed-0.8.ebuild => tabbed-0.8-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/tabbed/tabbed-0.8.ebuild b/x11-misc/tabbed/tabbed-0.8-r1.ebuild similarity index 86% rename from x11-misc/tabbed/tabbed-0.8.ebuild rename to x11-misc/tabbed/tabbed-0.8-r1.ebuild index 176292a2374e..1b3e660636fb 100644 --- a/x11-misc/tabbed/tabbed-0.8.ebuild +++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild @@ -34,8 +34,8 @@ src_compile() { tc-export CC PKG_CONFIG local emakeargs=( - TABBED_CFLAGS="$("${PKG_CONFIG}" --cflags x11 xft)" - TABBED_LDFLAGS="$("${PKG_CONFIG}" --libs x11 xft)" + TABBED_CFLAGS="${CFLAGS} $("${PKG_CONFIG}" --cflags x11 xft)" + TABBED_LDFLAGS="${LDFLAGS} $("${PKG_CONFIG}" --libs x11 xft)" ) emake "${emakeargs[@]}"
