[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix M4 build on DragonFly BSD
From: |
GW |
Subject: |
[PATCH] Fix M4 build on DragonFly BSD |
Date: |
Tue, 05 Nov 2013 16:55:06 +0100 |
User-agent: |
KMail/4.11.2 (Linux/3.11.6-1-ARCH; KDE/4.11.2; x86_64; ; ) |
M4 does not build "as is" on DragonFly BSD. However, the fix we found and used
for a while at DragonFly is actually fairly simple:
--- lib/fpending.h.orig 2013-11-05 16:23:53.676412000 +0100
+++ lib/fpending.h 2013-11-05 16:25:14.837659000 +0100
@@ -24,6 +24,8 @@
# include <stdio_ext.h>
#endif
+#ifndef __DragonFly__
#ifndef __fpending
size_t __fpending (FILE *);
#endif
+#endif
This patch is against release 1.4.17 as I was not successful at bootstraping
against master from a git clone of M4 repository. However, it is fairly simple
to apply anyway.
DragonFly BSD and pkgsrc teams would be pleased to have this merged into M4 to
avoid subsequent patching.
- [PATCH] Fix M4 build on DragonFly BSD,
GW <=
- Re: [PATCH] Fix M4 build on DragonFly BSD, Eric Blake, 2013/11/05
- Re: [PATCH] Fix M4 build on DragonFly BSD, GW, 2013/11/05
- Re: [PATCH] Fix M4 build on DragonFly BSD, Eric Blake, 2013/11/05
- Re: [PATCH] Fix M4 build on DragonFly BSD, GW, 2013/11/05
- Re: [PATCH] Fix M4 build on DragonFly BSD, Eric Blake, 2013/11/05
- Re: [PATCH] Fix M4 build on DragonFly BSD, GW, 2013/11/05
- [PATCH] fpending: fix regression on DragonFly BSD, Eric Blake, 2013/11/08
- Re: [PATCH] fpending: fix regression on DragonFly BSD, Paul Eggert, 2013/11/08
- Re: [PATCH] fpending: fix regression on DragonFly BSD, Eric Blake, 2013/11/08
- Re: [PATCH] fpending: fix regression on DragonFly BSD, Robin Hahling, 2013/11/08