diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 12:06:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 12:06:28 +0100 |
commit | 488e314d5c0a619ab9fa0ebc01de89bd77ed17a6 (patch) | |
tree | 332f095ee412875ec52a3617f8ee40373eb94ed7 /app-emacs | |
parent | app-emacs/mpg123-el: Version bump. (diff) | |
download | gentoo-488e314d5c0a619ab9fa0ebc01de89bd77ed17a6.tar.gz gentoo-488e314d5c0a619ab9fa0ebc01de89bd77ed17a6.tar.bz2 gentoo-488e314d5c0a619ab9fa0ebc01de89bd77ed17a6.zip |
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
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |