Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 04:40:13 -0700 (PDT)
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55783: [patch] fix port devel/spirit
Message-ID:  <200308201140.h7KBeDiF008612@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55783; it has been noted by GNATS.

From: Simon Barner <barner@in.tum.de>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/55783: [patch] fix port devel/spirit
Date: Wed, 20 Aug 2003 13:30:47 +0200

 > >Fix:
 > patch-boost::spirit::impl::primitives.ipp
 
 Sorry, my first version was really ...
 
 Please use this one instead:
 
 --- boost/spirit/impl/primitives.ipp.orig	Thu Nov 15 12:57:25 2001
 +++ boost/spirit/impl/primitives.ipp	Wed Aug 20 13:22:25 2003
 @@ -284,7 +284,8 @@
  //
  //  On some systems the is* functions are defined as macros
  
 -#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450 
 +#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450 || \
 +    (defined(__GNUC__) && __GNUC__ >= 3)
  // is* functions already setup
  #else
  #ifndef isalnum



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308201140.h7KBeDiF008612>