rpms/libdvdread/devel libdvdread-endian.patch,1.1,1.2

Dominik Mierzejewski rathann at fedoraproject.org
Sat Sep 26 23:49:39 UTC 2009


Author: rathann

Update of /cvs/pkgs/rpms/libdvdread/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12271

Modified Files:
	libdvdread-endian.patch 
Log Message:
fix patch to actually do what it was supposed to


libdvdread-endian.patch:
 configure2 |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

Index: libdvdread-endian.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libdvdread/devel/libdvdread-endian.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libdvdread-endian.patch	26 Sep 2009 23:40:36 -0000	1.1
+++ libdvdread-endian.patch	26 Sep 2009 23:49:39 -0000	1.2
@@ -25,7 +25,7 @@ diff -up libdvdread-4.1.4/configure2.end
  /* 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




More information about the fedora-extras-commits mailing list