diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-22 16:19:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:09:06 +0100 |
commit | 4db5cd8fd0cfef0af1cd0b569fa2b01c45a0bc35 (patch) | |
tree | d7a2abd159798abfffd32d075de9157ff0554559 /games-board/chessx | |
parent | games-arcade/wop: remove unused patch (diff) | |
download | gentoo-4db5cd8fd0cfef0af1cd0b569fa2b01c45a0bc35.tar.gz gentoo-4db5cd8fd0cfef0af1cd0b569fa2b01c45a0bc35.tar.bz2 gentoo-4db5cd8fd0cfef0af1cd0b569fa2b01c45a0bc35.zip |
games-board/chessx: remove unused patch
Diffstat (limited to 'games-board/chessx')
-rw-r--r-- | games-board/chessx/files/chessx-1.3.2-zlib.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/games-board/chessx/files/chessx-1.3.2-zlib.patch b/games-board/chessx/files/chessx-1.3.2-zlib.patch deleted file mode 100644 index 36d685d9cba9..000000000000 --- a/games-board/chessx/files/chessx-1.3.2-zlib.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- chessx-1.2.2/src/quazip/ioapi.h -+++ chessx-1.2.2-patched/src/quazip/ioapi.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* ioapi.h -- IO base function header for compress/uncompress .zip - files using zlib + zip or unzip API - ---- chessx-1.2.2/src/quazip/unzip.c -+++ chessx-1.2.2-patched/src/quazip/unzip.c -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* unzip.c -- IO for uncompress .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/unzip.h -+++ chessx-1.2.2-patched/src/quazip/unzip.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* unzip.h -- IO for uncompress .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/zip.c -+++ chessx-1.2.2-patched/src/quazip/zip.c -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* zip.c -- IO on .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/zip.h -+++ chessx-1.2.2-patched/src/quazip/zip.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* zip.h -- IO for compress .zip files using zlib - Version 1.01e, February 12th, 2005 - |