From ed4c9902edb6a769c3faa1c835b045287578ccaa Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 4 Jun 2014 21:41:59 -0700 Subject: Changes for FreeBSD 9. * configure: Use pointer-based test for timegm, because -Werror=implicit-function-declaration does not work in the gcc 4.2 used on FreeBSD 9. * parser.l: Check for Flex 2.5.9 and earlier which don't have yylex_destroy. Thanks to Marcus Breiing. --- ChangeLog | 11 +++++++++++ configure | 3 +-- parser.l | 11 +++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac69d95f..e4edd86c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-06-04 Kaz Kylheku + + Changes for FreeBSD 9. + + * configure: Use pointer-based test for timegm, because + -Werror=implicit-function-declaration does not work in the + gcc 4.2 used on FreeBSD 9. + + * parser.l: Check for Flex 2.5.9 and earlier which don't + have yylex_destroy. Thanks to Marcus Breiing. + 2014-06-04 Kaz Kylheku * configure: Changes for building on Solaris 10 using the diff --git a/configure b/configure index d0fd82c6..750b48c6 100755 --- a/configure +++ b/configure @@ -1419,8 +1419,7 @@ cat > conftest.c <