tags 566776 +patch
--

There is some problem with re #define:

/build/buildd-libical_0.44-2-kfreebsd-amd64-RPROIM/libical-0.44/src/libical/icaltz-util.c:37:1:
 warning: "bswap_32" redefined
In file included from 
/build/buildd-libical_0.44-2-kfreebsd-amd64-RPROIM/libical-0.44/src/libical/icaltz-util.c:32:
/usr/include/byteswap.h:33:1: warning: this is the location of the previous 
definition

Please use patch bellow.

Petr

--- src/libical/icaltz-util.c.STD
+++ src/libical/icaltz-util.c
@@ -31,6 +31,9 @@
 # ifdef HAVE_BYTESWAP_H
 #  include <byteswap.h>
 # endif
+# ifdef HAVE_ENDIAN_H
+#  include <endian.h>
+# else
 # ifdef HAVE_SYS_ENDIAN_H
 #  include <sys/endian.h>
 #  ifdef bswap32
@@ -39,8 +42,6 @@
 #   define bswap_32 swap32
 #  endif
 # endif
-# ifdef HAVE_ENDIAN_H
-#  include <endian.h>
 # endif
 #endif




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to