diff options
Diffstat (limited to 'devel/libbrotli/files/patch-Makefile.am')
-rw-r--r-- | devel/libbrotli/files/patch-Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libbrotli/files/patch-Makefile.am b/devel/libbrotli/files/patch-Makefile.am index d70d7ed9b23b..6224b127f51f 100644 --- a/devel/libbrotli/files/patch-Makefile.am +++ b/devel/libbrotli/files/patch-Makefile.am @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2016-01-20 21:31:42 UTC -+++ Makefile.am -@@ -14,8 +14,7 @@ ENCODE = brotli/enc/backward_references. +--- Makefile.am.orig 2016-02-13 06:10:48.000000000 -0500 ++++ Makefile.am 2016-02-14 10:28:29.982409000 -0500 +@@ -14,8 +14,7 @@ brotli/enc/encode.cc brotli/enc/static_dict.cc \ brotli/enc/encode_parallel.cc brotli/enc/streams.cc \ brotli/enc/entropy_encode.cc brotli/enc/dictionary.cc \ @@ -10,14 +10,14 @@ DECODEHEADERS = brotli/dec/decode.h brotli/dec/state.h \ brotli/dec/streams.h brotli/dec/types.h brotli/dec/bit_reader.h \ -@@ -32,15 +31,15 @@ ENCODEHEADERS = brotli/enc/encode.h brot +@@ -32,16 +31,14 @@ brotli/enc/literal_cost.h brotli/enc/cluster.h brotli/enc/bit_cost.h \ brotli/enc/entropy_encode.h brotli/enc/brotli_bit_stream.h \ brotli/enc/write_bits.h brotli/enc/static_dict_lut.h \ - brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h \ -- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h +- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h \ +- brotli/enc/entropy_encode_static.h + brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h -+ EXTRA_DIST = AUTHORS README |