From: Jeroen Roovers Date: Mon, 7 Oct 2019 09:07:14 +0000 (+0200) Subject: x11-misc/xlockmore: Append -DFTGL213 to CPPFLAGS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=822ef0c908ec35478a8bd0f37657547aed0a3c38;p=gentoo.git x11-misc/xlockmore: Append -DFTGL213 to CPPFLAGS Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers --- diff --git a/x11-misc/xlockmore/xlockmore-5.59.ebuild b/x11-misc/xlockmore/xlockmore-5.59.ebuild index ddeb507159c2..f9accdcd7cf8 100644 --- a/x11-misc/xlockmore/xlockmore-5.59.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.59.ebuild @@ -68,7 +68,7 @@ src_configure() { if use opengl && use truetype; then myconf=( --with-ftgl ) - append-flags -DFTGL213 + append-cppflags -DFTGL213 else myconf=( --without-ftgl ) fi