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