Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnfc/files: libnfc-1.5.1-glibc-2.17.patch
Date: Tue, 26 Mar 2013 23:58:50
Message-Id: 20130326235846.1F3EB2171D@flycatcher.gentoo.org
1 ikelos 13/03/26 23:58:46
2
3 Added: libnfc-1.5.1-glibc-2.17.patch
4 Log:
5 Apply patch for glibc-2.17, fixes bug 452212.
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 6C20157A)
8
9 Revision Changes Path
10 1.1 dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch?rev=1.1&content-type=text/plain
14
15 Index: libnfc-1.5.1-glibc-2.17.patch
16 ===================================================================
17 diff --git a/libnfc/log.h b/libnfc/log.h
18 index 90cb747..3438511 100644
19 --- a/libnfc/log.h
20 +++ b/libnfc/log.h
21 @@ -18,6 +18,8 @@
22 #ifndef __LOG_H__
23 #define __LOG_H__
24
25 +#include <stdint.h>
26 +
27 #if defined(HAS_LOG4C) && HAS_LOG4C
28
29 #define LOGGING 1