diff options
author | 2011-11-30 11:23:20 +0000 | |
---|---|---|
committer | 2011-11-30 11:23:20 +0000 | |
commit | d1762ac5ccda9812994fb5fcdfde7fb68b52151d (patch) | |
tree | d8af4bd0d1678ee12c564caada1f98ef4064f13d /www-client/httrack/files | |
parent | gcc-4.6 has lto by default (and no USE flag), thanks alexxy, bug #392483 (diff) | |
download | gentoo-2-d1762ac5ccda9812994fb5fcdfde7fb68b52151d.tar.gz gentoo-2-d1762ac5ccda9812994fb5fcdfde7fb68b52151d.tar.bz2 gentoo-2-d1762ac5ccda9812994fb5fcdfde7fb68b52151d.zip |
Add patch to fix building with recent zlib, thanks to Lars Wendler in bug #383805. Bump to EAPI=4.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'www-client/httrack/files')
-rw-r--r-- | www-client/httrack/files/httrack-3.44.1+zlib-1.2.5.1.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www-client/httrack/files/httrack-3.44.1+zlib-1.2.5.1.patch b/www-client/httrack/files/httrack-3.44.1+zlib-1.2.5.1.patch new file mode 100644 index 000000000000..cadaa8c0a174 --- /dev/null +++ b/www-client/httrack/files/httrack-3.44.1+zlib-1.2.5.1.patch @@ -0,0 +1,21 @@ +--- httrack-3.44.1/src/minizip/ioapi.h ++++ httrack-3.44.1/src/minizip/ioapi.h +@@ -9,6 +9,7 @@ + #ifndef _ZLIBIOAPI_H + #define _ZLIBIOAPI_H + ++#define OF(x) x + + #define ZLIB_FILEFUNC_SEEK_CUR (1) + #define ZLIB_FILEFUNC_SEEK_END (2) +--- httrack-3.44.1/src/minizip/zip.h ++++ httrack-3.44.1/src/minizip/zip.h +@@ -42,6 +42,8 @@ + ftp://ftp.pkware.com/probdesc.zip + */ + ++#define OF(x) x ++ + #ifndef _zip_H + #define _zip_H + |