Don't preload rarely seen large images
[chromium-blink-merge.git] / third_party / instrumented_libraries / patches / libcups2.diff
blob49b262fee63dac7a241fa66d3c353102cc64c1bb
1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile
2 --- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400
3 +++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400
4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \
6 LANGUAGES=de fr
8 +# Man pages build may fail. We don't need those in instrumented builds anyway.
9 +MAN1 =
10 +MAN5 =
11 +MAN7 =
12 +MAN8 =
15 # Make everything...
17 diff -rupN ./man/Makefile.l10n ../cups-1.5.3-patched/man/Makefile.l10n
18 --- ./man/Makefile.l10n 2014-01-31 20:19:55.000000000 +0400
19 +++ ../cups-1.5.3-patched/man/Makefile.l10n 2014-01-31 20:22:13.889535988 +0400
20 @@ -57,6 +57,11 @@ MAN8 = cupsaccept.$(MAN8EXT) \
21 lpmove.$(MAN8EXT) \
22 lpc.$(MAN8EXT)
24 +# Man pages build may fail. We don't need those in instrumented builds anyway.
25 +MAN1 =
26 +MAN5 =
27 +MAN7 =
28 +MAN8 =
31 # Make everything...