[Pkg-running-devel] [antpm] 31/48: gant: try fixing FTBFS under hurd-i386

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 44ec33fc12a0b78e79998eec2ca66eb5ac1fd942
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Thu Mar 27 09:50:27 2014 +0100

    gant: try fixing FTBFS under hurd-i386
    
    > /«PKGBUILDDIR»/src/gant/antlib.c:415:73: error: 'IUCLC' undeclared (first use in this function)
---
 src/gant/antlib.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gant/antlib.c b/src/gant/antlib.c
index 8fdcd8f..8b3c58d 100644
--- a/src/gant/antlib.c
+++ b/src/gant/antlib.c
@@ -3,6 +3,9 @@
 
 #define _XOPEN_SOURCE 500
 #define _BSD_SOURCE
+#if defined(__GNU__) /* Hurd */
+# define _GNU_SOURCE
+#endif
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list