commit: 062e360d7ff0f5e1e05f90e3d3d7dec2a5e14b54
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 20:08:41 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062e360d
media-libs/tse3: append-cflags -> append-cppflags
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/tse3/tse3-0.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/tse3/tse3-0.3.1-r1.ebuild
b/media-libs/tse3/tse3-0.3.1-r1.ebuild
index 99add3a12de..9c10927b83e 100644
--- a/media-libs/tse3/tse3-0.3.1-r1.ebuild
+++ b/media-libs/tse3/tse3-0.3.1-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
mv configure.in configure.ac || die "Moving configure.in -> .ac failed"
if use oss; then
cp "${WORKDIR}"/awe_voice.h src/ || die "copy failed"
- append-flags -DHAVE_AWE_VOICE_H
+ append-cppflags -DHAVE_AWE_VOICE_H
fi
eautoreconf