From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C773D138351 for ; Mon, 4 May 2020 16:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F619E093B; Mon, 4 May 2020 16:25:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F372E093B for ; Mon, 4 May 2020 16:25:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31B9A34F5D9 for ; Mon, 4 May 2020 16:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE739215 for ; Mon, 4 May 2020 16:25:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588609487.0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.23.1.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da X-VCS-Branch: master Date: Mon, 4 May 2020 16:25:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc377b75-efa3-4b80-8088-4ebb4a946759 X-Archives-Hash: 93de7260209494a196014bbf46098a8f commit: 0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da Author: Joonas Niilola gentoo org> AuthorDate: Mon May 4 16:15:51 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 16:24:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7c1ff8 x11-wm/enlightenment: -fno-common temporary fix Closes: https://bugs.gentoo.org/713852 Signed-off-by: Joonas Niilola gentoo.org> x11-wm/enlightenment/enlightenment-0.23.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild index f7ace170386..4d5cc6c09d1 100644 --- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils meson xdg-utils +inherit eutils flag-o-matic meson xdg-utils DESCRIPTION="Enlightenment window manager" HOMEPAGE="https://www.enlightenment.org" @@ -82,6 +82,8 @@ src_configure() { ) fi + append-cflags -fcommon + meson_src_configure }