diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-12 12:14:52 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-30 05:20:27 +0000 |
commit | 2f448dd87466e2cf21a93eca35c167c983e3ac7a (patch) | |
tree | acb9c69db2192a4518a52bbb0971dfae9756155f /community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch | |
parent | 495bbd7fb1f07c23a1f2d47a071aa5519e08744c (diff) | |
download | aports-2f448dd87466e2cf21a93eca35c167c983e3ac7a.tar.bz2 aports-2f448dd87466e2cf21a93eca35c167c983e3ac7a.tar.xz |
community/chromium: upgrade to 66.0.3359.181
Diffstat (limited to 'community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch')
-rw-r--r-- | community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch b/community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch deleted file mode 100644 index 1854dfe488..0000000000 --- a/community/chromium/chromium-60.0.3112.78-no-zlib-mangle.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up chromium-60.0.3112.78/third_party/zlib/zconf.h.nozmangle chromium-60.0.3112.78/third_party/zlib/zconf.h ---- chromium-60.0.3112.78/third_party/zlib/zconf.h.nozmangle 2017-08-04 10:45:17.509152089 -0400 -+++ third_party/zlib/zconf.h 2017-08-04 10:45:30.451902380 -0400 -@@ -8,9 +8,6 @@ - #ifndef ZCONF_H - #define ZCONF_H - --/* This include does prefixing as below, but with an updated set of names */ --#include "names.h" -- - /* - * If you *really* need a unique prefix for all types and library functions, - * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. |