projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7114145
)
x11-misc/macopix: Set CFLAGS+=-fcommon
author
Jeroen Roovers
<jer@gentoo.org>
Sun, 2 Feb 2020 13:55:35 +0000
(14:55 +0100)
committer
Jeroen 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
patch
|
blob
|
history
diff --git
a/x11-misc/macopix/macopix-1.7.4-r2.ebuild
b/x11-misc/macopix/macopix-1.7.4-r2.ebuild
index a862222fef258feefd74513f7a816ea3991dc98f..21fa93789d0b6a94fe0050f3c855d7cc8597b3ad 100644
(file)
--- 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-20
19
Gentoo Authors
+# Copyright 1999-20
20
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)