1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openpkg/xz.patch Tue Jul 31 12:23:42 2012 +0200 1.3 @@ -0,0 +1,43 @@ 1.4 +Index: Makefile.in 1.5 +--- Makefile.in.orig 2012-06-22 13:56:07.000000000 +0200 1.6 ++++ Makefile.in 2012-06-27 10:11:55.000000000 +0200 1.7 +@@ -333,7 +333,7 @@ 1.8 + # Use -n to prevent gzip from adding a timestamp to the .gz headers. 1.9 + GZIP_ENV = -9n 1.10 + DIST_SUBDIRS = lib src po tests debug 1.11 +-SUBDIRS = $(am__append_1) src po tests 1.12 ++SUBDIRS = $(am__append_1) src 1.13 + dist_doc_DATA = \ 1.14 + AUTHORS \ 1.15 + COPYING \ 1.16 +Index: configure 1.17 +--- configure.orig 2012-06-22 13:56:05.000000000 +0200 1.18 ++++ configure 2012-06-27 10:11:55.000000000 +0200 1.19 +@@ -17680,26 +17680,7 @@ 1.20 + # don't seem so useful here; at least the last one gives some 1.21 + # warnings which are not bugs. 1.22 + for NEW_FLAG in \ 1.23 +- -Wall \ 1.24 +- -Wextra \ 1.25 +- -Wformat=2 \ 1.26 +- -Winit-self \ 1.27 +- -Wmissing-include-dirs \ 1.28 +- -Wstrict-aliasing \ 1.29 +- -Wfloat-equal \ 1.30 +- -Wundef \ 1.31 +- -Wshadow \ 1.32 +- -Wpointer-arith \ 1.33 +- -Wbad-function-cast \ 1.34 +- -Wwrite-strings \ 1.35 +- -Wlogical-op \ 1.36 +- -Waggregate-return \ 1.37 +- -Wstrict-prototypes \ 1.38 +- -Wold-style-definition \ 1.39 +- -Wmissing-prototypes \ 1.40 +- -Wmissing-declarations \ 1.41 +- -Wmissing-noreturn \ 1.42 +- -Wredundant-decls 1.43 ++ none 1.44 + do 1.45 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts $NEW_FLAG" >&5 1.46 + $as_echo_n "checking if $CC accepts $NEW_FLAG... " >&6; }