commit: e325ad17e6e91d7096ca1af4b33a45c0ff0db529
Author: Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Sun Feb 16 17:57:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 01:49:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e325ad17
dev-util/makeheaders: get CPPFLAGS back
Fixes: 2a74cf2a821e39c1ab316bde82221fb41b913391
Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/makeheaders/makeheaders-0_p20240823.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/makeheaders/makeheaders-0_p20240823.ebuild
b/dev-util/makeheaders/makeheaders-0_p20240823.ebuild
index bef12cbedbef..e9c3e655caa1 100644
--- a/dev-util/makeheaders/makeheaders-0_p20240823.ebuild
+++ b/dev-util/makeheaders/makeheaders-0_p20240823.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,7 +33,7 @@ src_unpack() {
}
src_compile() {
- edo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o makeheaders makeheaders.c
+ edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o makeheaders
makeheaders.c
}
src_install() {