Package-Manager: portage-2.2.20.1
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
src_prepare() {
ecvs_clean
- epatch "${FILESDIR}"/${P}-underlink.patch
+ epatch "${FILESDIR}"/${P}-underlink.patch \
+ "${FILESDIR}"/${P}-gcc52.patch
eautoreconf
}
--- /dev/null
+--- src/single.c.old 2015-09-17 09:21:57.826930680 +0200
++++ src/single.c 2015-09-17 09:22:04.315824372 +0200
+@@ -476,7 +476,7 @@
+ };
+
+
+-inline int
++static inline int
+ ai_checknewpos (_point pos, int d)
+ {
+ _point m;