Package: guile-1.8
Severity: important
Version: 1.8.1+1-3
Tags: patch
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 change.
Thanks in advance
Petr
--- guile-1.8-1.8.1+1.orig/libguile/fports.c
+++ guile-1.8-1.8.1+1/libguile/fports.c
@@ -18,6 +18,7 @@
L
#define _LARGEFILE64_SOURCE /* ask for stat64 etc */
+#define _GNU_SOURCE 1 /* ask for LONG_LONG_MAX/LONG_LONG_MIN */
#if HAVE_CONFIG_H
# include <config.h>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]