mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/enable: Add support for gcc-5
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561836 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -41,7 +41,10 @@ DEPEND="${RDEPEND}
|
||||
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-4.4.1-swig.patch )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-4.4.1-swig.patch
|
||||
"${FILESDIR}"/${P}-gcc-5.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
append-cflags -fno-strict-aliasing
|
||||
|
||||
Reference in New Issue
Block a user