dev-libs/json-glib: fix build for prefix users
authorMart Raudsepp <leio@gentoo.org>
Sat, 25 Mar 2017 18:56:01 +0000 (20:56 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 25 Mar 2017 18:56:02 +0000 (20:56 +0200)
Gentoo-bug: 613822

dev-libs/json-glib/json-glib-1.2.8.ebuild

index ed3db1ec4abea9de3f0f35cf5591cb005bb3d270..52ea0e95e855772019089f779968a33fac6d1f77 100644 (file)
@@ -38,7 +38,8 @@ multilib_src_configure() {
                --enable-man \
                --disable-gcov \
                $(usex debug --enable-debug=yes --enable-debug=minimum) \
-               $(multilib_native_use_enable introspection)
+               $(multilib_native_use_enable introspection) \
+               --with-xml-catalog="${EPREFIX}"/etc/xml/catalog
 
        if multilib_is_native_abi; then
                ln -s "${S}"/doc/html doc/html || die