devel/m4 - build fail on 4.11-STABLE

Eric P. Scott eps+pcom0612 at ana.com
Tue Dec 5 13:50:48 PST 2006


The "useless keyword or type name in empty declaration" problems
should go away if you add as files/patch-ac:

--- configure.orig	Mon Nov 20 06:25:55 2006
+++ configure
@@ -15426,6 +15426,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+#include <sys/time.h>
 #include <sys/resource.h>


Try  make USE_GCC=3.4  and the other warnings should disappear as
well.  They're using their own stdbool.h instead of FreeBSD's,
and it doesn't seem to get along well with older versions of gcc
(e.g. 2.95.4).

I can't reproduce the other problem; do you have
print/texinfo-4.8_3 installed?

					-=EPS=-


More information about the freebsd-ports mailing list