summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-0.47.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-0.47.0.ebuild b/app-text/poppler/poppler-0.47.0.ebuild
index df6663999aa..b681b6f95e5 100644
--- a/app-text/poppler/poppler-0.47.0.ebuild
+++ b/app-text/poppler/poppler-0.47.0.ebuild
@@ -76,7 +76,7 @@ src_prepare() {
# Clang doesn't grok this flag, the configure nicely tests that, but
# cmake just uses it, so remove it if we use clang
- if [[ ${CC} == clang ]] ; then
+ if [[ ${CC} == *clang ]] ; then
sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die
fi