diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-16 15:23:10 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-16 15:23:27 -0400 |
commit | e74a4d3c37a99f2743e2b59a71725fef40f5ebc7 (patch) | |
tree | a3324d1073c48c74ee7427566c6550e82b1098fb /games-board/chessx/files | |
parent | media-gfx/birdfont: initial ebuild (diff) | |
download | gentoo-e74a4d3c37a99f2743e2b59a71725fef40f5ebc7.tar.gz gentoo-e74a4d3c37a99f2743e2b59a71725fef40f5ebc7.tar.bz2 gentoo-e74a4d3c37a99f2743e2b59a71725fef40f5ebc7.zip |
games-board/chessx: version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'games-board/chessx/files')
-rw-r--r-- | games-board/chessx/files/chessx-1.4.0-zlib.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games-board/chessx/files/chessx-1.4.0-zlib.patch b/games-board/chessx/files/chessx-1.4.0-zlib.patch new file mode 100644 index 000000000000..36d685d9cba9 --- /dev/null +++ b/games-board/chessx/files/chessx-1.4.0-zlib.patch @@ -0,0 +1,35 @@ +--- 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 + |