diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-11-15 16:28:40 +0100 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2019-11-16 13:51:58 +0000 |
commit | 392f1e316836de751f683bb7406c04fc942b93fc (patch) | |
tree | c0dd114735a3928b752145e661899325d2209d0e /dev-libs/libnfc | |
parent | dev-python/idna: Enable py3.8 (diff) | |
download | gentoo-392f1e316836de751f683bb7406c04fc942b93fc.tar.gz gentoo-392f1e316836de751f683bb7406c04fc942b93fc.tar.bz2 gentoo-392f1e316836de751f683bb7406c04fc942b93fc.zip |
dev-libs/libnfc: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'dev-libs/libnfc')
-rw-r--r-- | dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch b/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch deleted file mode 100644 index fc3af861d21c..000000000000 --- a/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/libnfc/log.h b/libnfc/log.h -index 90cb747..3438511 100644 ---- a/libnfc/log.h -+++ b/libnfc/log.h -@@ -18,6 +18,8 @@ - #ifndef __LOG_H__ - #define __LOG_H__ - -+#include <stdint.h> -+ - #if defined(HAS_LOG4C) && HAS_LOG4C - - #define LOGGING 1 |