SOURCES: fuse-endian.patch (NEW) - disabled AC_C_BIGENDIAN because the cpp-...

witekfl witekfl at pld-linux.org
Sat Dec 6 10:43:06 CET 2008


Author: witekfl                      Date: Sat Dec  6 09:43:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disabled AC_C_BIGENDIAN because the cpp-perl.pl uses the config.h
  to generate widgets and doesn't recognize #else.
- for big endian machines #define WORDS_BIGENDIAN 1 must be added to the
  config.h. I don't know which ones are big endian.

---- Files affected:
SOURCES:
   fuse-endian.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fuse-endian.patch
diff -u /dev/null SOURCES/fuse-endian.patch:1.1
--- /dev/null	Sat Dec  6 10:43:07 2008
+++ SOURCES/fuse-endian.patch	Sat Dec  6 10:43:01 2008
@@ -0,0 +1,11 @@
+--- fuse-0.10.0/configure.in.old	2008-12-06 10:17:02.000000000 +0100
++++ fuse-0.10.0/configure.in	2008-12-06 10:17:33.000000000 +0100
+@@ -48,7 +48,7 @@ YFLAGS="$YFLAGS -d"
+ AC_SUBST(YFLAGS)
+ 
+ dnl Check for big endianness
+-AC_C_BIGENDIAN
++dnl AC_C_BIGENDIAN
+ 
+ dnl Checks for header files.
+ AC_HEADER_STDC
================================================================


More information about the pld-cvs-commit mailing list