summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/glib/glib-2.78.6.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/glib/glib-2.78.6.ebuild b/dev-libs/glib/glib-2.78.6.ebuild
index 19ae0fc69d73..45509edc58e9 100644
--- a/dev-libs/glib/glib-2.78.6.ebuild
+++ b/dev-libs/glib/glib-2.78.6.ebuild
@@ -168,6 +168,10 @@ src_prepare() {
-e '/AvailabilityMacros.h/d' \
gio/giomodule.c || die
+ # Add meson.${CHOST}.ini.local file that the build system expects to find,
+ # #938822
+ touch "${T}/meson.${CHOST}.ini.local" || die
+
default
gnome2_environment_reset
# TODO: python_name sedding for correct python shebang? Might be relevant mainly for glib-utils only