summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-04-11 08:09:15 +0300
committerMart Raudsepp <leio@gentoo.org>2017-04-11 08:09:19 +0300
commit472e0c888545cd51abaf57e6e0cb941ce91afca7 (patch)
tree097f2d5fbf29814f8ce3836363088c64b7063eb0
parentmedia-plugins/live: bump to 2017.04.10 (diff)
downloadgentoo-472e0c888545cd51abaf57e6e0cb941ce91afca7.tar.gz
gentoo-472e0c888545cd51abaf57e6e0cb941ce91afca7.tar.bz2
gentoo-472e0c888545cd51abaf57e6e0cb941ce91afca7.zip
dev-libs/glib: Tweak PCRE_CFLAGS for non-pkgconfig in a way that makes it happy
Thanks-to: William Throwe
-rw-r--r--dev-libs/glib/glib-2.50.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.50.3-r1.ebuild b/dev-libs/glib/glib-2.50.3-r1.ebuild
index deabfe82c590..44b15dcc28f7 100644
--- a/dev-libs/glib/glib-2.50.3-r1.ebuild
+++ b/dev-libs/glib/glib-2.50.3-r1.ebuild
@@ -148,7 +148,7 @@ multilib_src_configure() {
fi
export LIBFFI_CFLAGS="-I$(echo /usr/$(get_libdir)/libffi-*/include)"
export LIBFFI_LIBS="-lffi"
- export PCRE_CFLAGS=""
+ export PCRE_CFLAGS=" " # test -n "$PCRE_CFLAGS" needs to pass
export PCRE_LIBS="-lpcre"
fi