Your message dated Sun, 31 Jan 2016 19:51:32 +0100
with message-id <[email protected]>
and subject line Fixed, it seems
has caused the Debian Bug report #753389,
regarding haskell-hourglass: FTBFS on hurd
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.)
--
753389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753389
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: haskell-hourglass
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Forwarded: https://github.com/vincenthz/hs-hourglass/pull/4
Dear Maintainer,
Attached patch fixes FTBFS on hurd-i386.
Thanks for considering.
--- haskell-hourglass-0.2.2.orig/cbits/unix.c
+++ haskell-hourglass-0.2.2/cbits/unix.c
@@ -2,7 +2,7 @@
* lowlevel binder for macosx and
*/
#include <time.h>
-#ifdef __MACH__
+#if defined __MACH__ && !defined __GNU__
#include <mach/clock.h>
#include <mach/mach.h>
#endif
@@ -15,7 +15,7 @@
*/
void hourglass_clock_calendar(struct timespec *timespec)
{
-#ifdef __MACH__
+#if defined __MACH__ && !defined __GNU__
clock_serv_t cclock;
mach_timespec_t mts;
--- End Message ---
--- Begin Message ---
--
Joachim "nomeata" Breitner
Debian Developer
[email protected] | ICQ# 74513189 | GPG-Keyid: F0FBF51F
JID: [email protected] | http://people.debian.org/~nomeata
signature.asc
Description: This is a digitally signed message part
--- End Message ---