From fb6feadb9fa606757c986d864eeac8a0696c8dfa Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 26 Apr 2018 21:10:14 -0700 Subject: [PATCH] dev-libs/libpthread-stubs: Use XORG_STATIC=no to avoid some warnings Closes: https://bugs.gentoo.org/612754 --- dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild index 79e9d06be25a5..4aa8714ea11e8 100644 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild @@ -4,6 +4,7 @@ EAPI=5 XORG_MULTILIB=yes +XORG_STATIC=no inherit xorg-2 DESCRIPTION="Pthread functions stubs for platforms missing them"