x11-misc/macopix: Set CFLAGS+=-fcommon
authorJeroen Roovers <jer@gentoo.org>
Sun, 2 Feb 2020 13:55:35 +0000 (14:55 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 2 Feb 2020 13:56:19 +0000 (14:56 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-misc/macopix/macopix-1.7.4-r2.ebuild

index a862222fef258feefd74513f7a816ea3991dc98f..21fa93789d0b6a94fe0050f3c855d7cc8597b3ad 100644 (file)
@@ -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)