Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/files/
Date: Sun, 04 Sep 2016 18:52:09
Message-Id: 1473015103.df5dc003bfac6059714de0d5fcad9666b8bb87e5.kensington@gentoo
1 commit: df5dc003bfac6059714de0d5fcad9666b8bb87e5
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 3 16:35:59 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 18:51:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5dc003
7
8 dev-libs/libzip: remove unused patch
9
10 .../libzip/files/libzip-1.1-missing-extern.patch | 21 ---------------------
11 1 file changed, 21 deletions(-)
12
13 diff --git a/dev-libs/libzip/files/libzip-1.1-missing-extern.patch b/dev-libs/libzip/files/libzip-1.1-missing-extern.patch
14 deleted file mode 100644
15 index b678871..00000000
16 --- a/dev-libs/libzip/files/libzip-1.1-missing-extern.patch
17 +++ /dev/null
18 @@ -1,21 +0,0 @@
19 -# HG changeset patch
20 -# User Thomas Klausner <tk@×××××××.at>
21 -# Date 1453987295 -3600
22 -# Thu Jan 28 14:21:35 2016 +0100
23 -# Node ID 1472ec4a4519a53165a8ce66ffb5d328305509b9
24 -# Parent 25c609cdb41d1963cffff26338ac3b8d47072196
25 -Add 'extern int optopt;' for Linux and perhaps others.
26 -
27 -Reported by Remi Collet.
28 -
29 -diff -r 25c609cdb41d -r 1472ec4a4519 src/ziptool.c
30 ---- a/src/ziptool.c Thu Jan 28 09:54:45 2016 +0100
31 -+++ b/src/ziptool.c Thu Jan 28 14:21:35 2016 +0100
32 -@@ -48,6 +48,7 @@
33 - #ifndef HAVE_GETOPT
34 - #include "getopt.h"
35 - #endif
36 -+extern int optopt;
37 -
38 - #include "zip.h"
39 - #include "compat.h"