summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xlockmore')
-rw-r--r--x11-misc/xlockmore/xlockmore-5.59.ebuild2
1 files changed, 1 insertions, 1 deletions
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