summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-02-02 14:55:35 +0100
committerJeroen Roovers <jer@gentoo.org>2020-02-02 14:56:19 +0100
commitfadd2de56fb3cf2d07cb2fbc05b114d35b813b0b (patch)
treef34622b3ca784d6dbeea87f251189a19d8f6cdcd /x11-misc
parentx11-misc/lineakd: Uncompress man pages after default install (diff)
downloadgentoo-fadd2de56fb3cf2d07cb2fbc05b114d35b813b0b.tar.gz
gentoo-fadd2de56fb3cf2d07cb2fbc05b114d35b813b0b.tar.bz2
gentoo-fadd2de56fb3cf2d07cb2fbc05b114d35b813b0b.zip
x11-misc/macopix: Set CFLAGS+=-fcommon
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/macopix/macopix-1.7.4-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
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)