diff options
author | 2016-09-03 18:35:59 +0200 | |
---|---|---|
committer | 2016-09-05 04:51:43 +1000 | |
commit | df5dc003bfac6059714de0d5fcad9666b8bb87e5 (patch) | |
tree | 385198259c6faf7d73810afce6b8419d8efee38a /dev-libs/libzip | |
parent | dev-libs/grantlee: remove unused patches (diff) | |
download | gentoo-df5dc003bfac6059714de0d5fcad9666b8bb87e5.tar.gz gentoo-df5dc003bfac6059714de0d5fcad9666b8bb87e5.tar.bz2 gentoo-df5dc003bfac6059714de0d5fcad9666b8bb87e5.zip |
dev-libs/libzip: remove unused patch
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r-- | dev-libs/libzip/files/libzip-1.1-missing-extern.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/libzip/files/libzip-1.1-missing-extern.patch b/dev-libs/libzip/files/libzip-1.1-missing-extern.patch deleted file mode 100644 index b678871adbb7..000000000000 --- a/dev-libs/libzip/files/libzip-1.1-missing-extern.patch +++ /dev/null @@ -1,21 +0,0 @@ -# HG changeset patch -# User Thomas Klausner <tk@giga.or.at> -# Date 1453987295 -3600 -# Thu Jan 28 14:21:35 2016 +0100 -# Node ID 1472ec4a4519a53165a8ce66ffb5d328305509b9 -# Parent 25c609cdb41d1963cffff26338ac3b8d47072196 -Add 'extern int optopt;' for Linux and perhaps others. - -Reported by Remi Collet. - -diff -r 25c609cdb41d -r 1472ec4a4519 src/ziptool.c ---- a/src/ziptool.c Thu Jan 28 09:54:45 2016 +0100 -+++ b/src/ziptool.c Thu Jan 28 14:21:35 2016 +0100 -@@ -48,6 +48,7 @@ - #ifndef HAVE_GETOPT - #include "getopt.h" - #endif -+extern int optopt; - - #include "zip.h" - #include "compat.h" |