]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- disabled AC_C_BIGENDIAN because the cpp-perl.pl uses the config.h
authorwitekfl <witekfl@pld-linux.org>
Sat, 6 Dec 2008 09:43:01 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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.

Changed files:
    fuse-endian.patch -> 1.1

fuse-endian.patch [new file with mode: 0644]

diff --git a/fuse-endian.patch b/fuse-endian.patch
new file mode 100644 (file)
index 0000000..ead8b39
--- /dev/null
@@ -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
This page took 0.097303 seconds and 4 git commands to generate.