diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-20 19:15:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-20 19:15:47 +0000 |
commit | 5912cfb4d9c58cae0c016b454b153b1328b2f74b (patch) | |
tree | 8b56f6e59339f51c5694742742caee6abe3f6123 /app-admin/webalizer/files | |
parent | old (diff) | |
download | gentoo-2-5912cfb4d9c58cae0c016b454b153b1328b2f74b.tar.gz gentoo-2-5912cfb4d9c58cae0c016b454b153b1328b2f74b.tar.bz2 gentoo-2-5912cfb4d9c58cae0c016b454b153b1328b2f74b.zip |
Add xtender patch, bug #499976.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-admin/webalizer/files')
-rw-r--r-- | app-admin/webalizer/files/webalizer-2.21.02-gcc-4.4.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/webalizer/files/webalizer-2.21.02-gcc-4.4.patch b/app-admin/webalizer/files/webalizer-2.21.02-gcc-4.4.patch deleted file mode 100644 index 2f6549c46c4f..000000000000 --- a/app-admin/webalizer/files/webalizer-2.21.02-gcc-4.4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- webalizer.c -+++ webalizer.c -@@ -28,7 +28,7 @@ - /* Fix broken Zlib 64 bitness */ - #if _FILE_OFFSET_BITS == 64 - #ifndef _LARGEFILE64_SOURCE --#define _LARGEFILE64_SOURCE = 1 -+#define _LARGEFILE64_SOURCE 1 - #endif - #endif - |