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=-
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to