cvs commit: ports/lang/php5/files patch-configure.in

Andrey Chernov ache at FreeBSD.ORG
Thu Mar 3 23:40:12 UTC 2011


On Thu, Mar 03, 2011 at 08:20:27AM +0000, Alex Dupre wrote:
> ale         2011-03-03 08:20:27 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     lang/php5/files      patch-configure.in 
>   Log:
>   Don't link with librt, nanosleep is in libc.
>   
>   Spotted by:     ache
>   
>   Revision  Changes    Path
>   1.8       +16 -7     ports/lang/php5/files/patch-configure.in

There is mistake in this patch: now configure do not set HAVE_NANOSLEEP at 
all.

It seems the line should be changed to
PHP_CHECK_FUNC_LIB(nanosleep, c)
instead of being removed.

-- 
http://ache.vniz.net/


More information about the cvs-all mailing list