Package: zeroc-icee-translators
Severity: important
Version: 1.2.0-5
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
only in patch2:
unchanged:
--- zeroc-icee-translators-1.2.0.orig/src/icecpp/config.h
+++ zeroc-icee-translators-1.2.0/src/icecpp/config.h
@@ -12,7 +12,7 @@
// configure script from the gcc-2.8.1 distribution.
//
-#if defined(__linux) || defined(__FreeBSD__) \
+#if defined(__linux) || defined(__GLIBC__) || defined(__FreeBSD__) \
|| defined(__sun) || defined(__hpux) || defined(__APPLE__) \
|| defined(_AIX) || defined(__osf1__)
# define TIME_WITH_SYS_TIME 1
@@ -42,7 +42,7 @@
# endif
#endif
-#if defined(__linux) || defined(__FreeBSD__) || defined(__sun) || \
+#if defined(__linux) || defined(__GLIBC__) || defined(__FreeBSD__) ||
defined(__sun) || \
defined(__hpux) || defined(__APPLE__) || defined(_AIX)
# define HAVE_INTTYPES_H 1
#endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]