Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 11:20:14 GMT
From:      Sven Berkvens-Matthijsse <sven@ilse.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/83373: [PATCH] databases/p5-Mysql port does not compile
Message-ID:  <200604181120.k3IBKEre040637@freefall.freebsd.org>

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

From: Sven Berkvens-Matthijsse <sven@ilse.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/83373: [PATCH] databases/p5-Mysql port does not compile
Date: Tue, 18 Apr 2006 13:12:13 +0200

 The latest patch is not entirely correct. It should test:
 
 #if MYSQL_VERSION_ID < 40100
 
 instead of:
 
 #if MYSQL_VERSION_ID < 40000
 
 to function correctly with all versions of MySQL.
 
 Thanks to Igor Karanevich <devdetonator@gmail.com> for pointing this
 out to me.
 
 -- 
 Sven



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