commit: fadd2de56fb3cf2d07cb2fbc05b114d35b813b0b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 13:55:35 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 13:56:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadd2de5
x11-misc/macopix: Set CFLAGS+=-fcommon
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/macopix/macopix-1.7.4-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-misc/macopix/macopix-1.7.4-r2.ebuild
b/x11-misc/macopix/macopix-1.7.4-r2.ebuild
index a862222fef2..21fa93789d0 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)