diff options
author | 2016-09-17 16:09:24 +0200 | |
---|---|---|
committer | 2016-09-17 16:11:39 +0200 | |
commit | da26589a40637b2f1fceef6180b3de18351a4610 (patch) | |
tree | 7d105527383ca77409610c810f946df58b182a78 /sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild | |
parent | sci-libs/geos: Allow for compiling with GCC 6 (diff) | |
download | gentoo-da26589a40637b2f1fceef6180b3de18351a4610.tar.gz gentoo-da26589a40637b2f1fceef6180b3de18351a4610.tar.bz2 gentoo-da26589a40637b2f1fceef6180b3de18351a4610.zip |
sci-libs/cifparse-obj: Allow for compiling with GCC 6
Gentoo-bug: 594054
* Remove broken declarations of the 'strcasecmp'
and 'strncasecmp' functions.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild')
-rw-r--r-- | sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild b/sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild index a30d3b402d53..39d176203c73 100644 --- a/sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild +++ b/sci-libs/cifparse-obj/cifparse-obj-7.025-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ src_prepare() { "${FILESDIR}"/${P}-makefile.patch \ "${FILESDIR}"/${P}-gcc4.3.patch \ "${FILESDIR}"/${P}-gcc4.7.patch \ - "${FILESDIR}"/${P}-gcc5.patch + "${FILESDIR}"/${P}-gcc5.patch \ + "${FILESDIR}"/${PN}-7.025-strncasecmp-declaration.patch sed \ -e "s:^\(CC=\).*:\1$(tc-getCC):g" \ |