From 488e314d5c0a619ab9fa0ebc01de89bd77ed17a6 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 5 Feb 2017 12:06:28 +0100 Subject: app-emacs/mpg123-el: Honour CPPFLAGS too. Thanks to David Seifert for pointing this out. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-emacs/mpg123-el/mpg123-el-1.60.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emacs') diff --git a/app-emacs/mpg123-el/mpg123-el-1.60.ebuild b/app-emacs/mpg123-el/mpg123-el-1.60.ebuild index 8514362a9be8..c63dc5cac229 100644 --- a/app-emacs/mpg123-el/mpg123-el-1.60.ebuild +++ b/app-emacs/mpg123-el/mpg123-el-1.60.ebuild @@ -20,8 +20,8 @@ RDEPEND="media-sound/mpg123 SITEFILE="50${PN}-gentoo.el" src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o tagput tagput.c || die - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o id3put id3put.c || die + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o tagput tagput.c || die + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o id3put id3put.c || die elisp-compile *.el } -- cgit v1.2.3-65-gdbad