Your message dated Wed, 13 Jan 2010 21:16:18 +0100
with message-id <1263413778.1645.2.ca...@hidalgo>
and subject line eds builds fine on kFreeBSD now
has caused the Debian Bug report #520068,
regarding evolution-data-server: FTBFS on GNU/kFreeBSD
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
520068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evolution-data-server
Severity: important
Version: 2.24.5-2
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweaks, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- calendar/libical/src/libical/icaltz-util.c~
+++ calendar/libical/src/libical/icaltz-util.c
@@ -28,7 +28,7 @@
#define LITTLE_ENDIAN 'l'
#define BYTE_ORDER LITTLE_ENDIAN
#define bswap32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) << 8) | (((val)
& 0x00ff0000U) >> 8) | (((val) & 0xff000000U) >> 24))
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__GLIBC__)
#include <byteswap.h>
#include <endian.h>
#else
@@ -96,7 +96,7 @@
if ((BYTE_ORDER == BIG_ENDIAN) && sizeof (int) == 4)
return *(const int *) ptr;
else if (BYTE_ORDER == LITTLE_ENDIAN && sizeof (int) == 4)
-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__)
return bswap_32 (*(const int *) ptr);
#else
return bswap32 (*(const uint32_t *) ptr);
--- End Message ---
--- Begin Message ---
Version: 2.26.3-1
Seems that at least 2.26.3-1 built fine.
Cheers,
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part
--- End Message ---
_______________________________________________
Pkg-evolution-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-evolution-maintainers