summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-02-05 12:06:28 +0100
committerUlrich Müller <ulm@gentoo.org>2017-02-05 12:06:28 +0100
commit488e314d5c0a619ab9fa0ebc01de89bd77ed17a6 (patch)
tree332f095ee412875ec52a3617f8ee40373eb94ed7
parentapp-emacs/mpg123-el: Version bump. (diff)
downloadgentoo-488e314d.tar.gz
gentoo-488e314d.tar.bz2
gentoo-488e314d.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
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.60.ebuild4
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
}