From fadd2de56fb3cf2d07cb2fbc05b114d35b813b0b Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 2 Feb 2020 14:55:35 +0100 Subject: x11-misc/macopix: Set CFLAGS+=-fcommon Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers --- x11-misc/macopix/macopix-1.7.4-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-misc') diff --git a/x11-misc/macopix/macopix-1.7.4-r2.ebuild b/x11-misc/macopix/macopix-1.7.4-r2.ebuild index a862222fef25..21fa93789d0b 100644 --- a/x11-misc/macopix/macopix-1.7.4-r2.ebuild +++ b/x11-misc/macopix/macopix-1.7.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -58,6 +58,7 @@ src_prepare() { } src_configure() { + append-cflags -fcommon append-libs -lX11 econf $(use_with gnutls) -- cgit v1.2.3-65-gdbad