mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
Remove incorrect prototypes of the 'strcasecmp' and 'strncasecmp' functions.
|
||||
See also: https://bugs.gentoo.org/show_bug.cgi?id=594054
|
||||
|
||||
--- a/misclib-v2.2/include/ndb_misclib.h
|
||||
+++ b/misclib-v2.2/include/ndb_misclib.h
|
||||
@@ -167,10 +167,6 @@
|
||||
#define NDB_MSG_BUFFER_LEN 200000
|
||||
|
||||
|
||||
-#if !defined(HAVE_STRCASECMP)
|
||||
-int strcasecmp (const char *s1, const char *s2);
|
||||
-int strncasecmp (const char *s1, const char *s2, unsigned int n);
|
||||
-#endif
|
||||
/*
|
||||
* ndb_misclib.c prototypes
|
||||
*/
|
||||
Reference in New Issue
Block a user