diff options
Diffstat (limited to 'dev-python/enable/enable-4.5.1.ebuild')
-rw-r--r-- | dev-python/enable/enable-4.5.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/enable/enable-4.5.1.ebuild b/dev-python/enable/enable-4.5.1.ebuild index 31a0a802c75..300c03c337a 100644 --- a/dev-python/enable/enable-4.5.1.ebuild +++ b/dev-python/enable/enable-4.5.1.ebuild @@ -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 |