We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6549af4 commit da5dd26Copy full SHA for da5dd26
dev-embedded/xa/files/xa-2.3.10-fix-gcc10-fno-common.patch
@@ -0,0 +1,12 @@
1
+--- a/src/xap.h
2
++++ b/src/xap.h
3
+@@ -35,7 +35,7 @@
4
+ long gm_ppm(void);
5
+ long ga_ppm(void);
6
+
7
+-Datei *filep;
8
+-char s[MAXLINE];
9
++extern Datei *filep;
10
++extern char s[MAXLINE];
11
12
+ #endif /* __XA65_XAP_H__ */
dev-embedded/xa/xa-2.3.10.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
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
16
+PATCHES=( "${FILESDIR}"/${PN}-2.3.10-fix-gcc10-fno-common.patch )
17
18
src_compile() {
19
emake \
20
CC="$(tc-getCC)" \
0 commit comments