x11-misc/macopix: Set CFLAGS+=-fcommon

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2020-02-02 14:55:35 +01:00
parent 7114145023
commit fadd2de56f

View 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)