From c6393bc615e3aaa92df0dcf5a658323dd7987c0b Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sat, 26 Sep 2009 23:49:39 +0000 Subject: [PATCH] fix patch to actually do what it was supposed to --- libdvdread-endian.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdvdread-endian.patch b/libdvdread-endian.patch index 4725824..da4b6d0 100644 --- a/libdvdread-endian.patch +++ b/libdvdread-endian.patch @@ -25,7 +25,7 @@ diff -up libdvdread-4.1.4/configure2.endian libdvdread-4.1.4/configure2 /* Automatically generated by configure, do not edit */ #include "version.h" EOF -+test "$bigendian" == "yes" && echo "#define WORDS_BIGENDIAN" || echo "#undef WORDS_BIGENDIAN" >> config.h ++test "$bigendian" == "yes" && echo "#define WORDS_BIGENDIAN" >> config.h || echo "#undef WORDS_BIGENDIAN" >> config.h # build tree in object directory if source path is different from current one if test "$source_path_used" != "no"; then