Package: ldc
Version: 0.9.1+hg1596-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD. Please find attached a patch which
seems to fix it.

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=ldc

Thanks for considering.

Mraw,
KiBi.
--- a/dmd/root/port.c
+++ b/dmd/root/port.c
@@ -315,10 +315,10 @@
 
 #endif
 
-#if linux || __APPLE__ || __FreeBSD__ || __MINGW32__
+#if linux || __APPLE__ || __FreeBSD__ || __MINGW32__ || __GLIBC__
 
 #include <math.h>
-#if linux
+#if linux || __GLIBC__
 #include <bits/nan.h>
 #include <bits/mathdef.h>
 #endif

Reply via email to