Subject: Re: CVS commit: pkgsrc/graphics/kipi-plugins
To: Joerg Sonnenberger <joerg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: pkgsrc-changes
Date: 02/11/2007 10:21:18
The following commit broke the build on NetBSD-current:

exiv2iface.cpp: In function 'double trunc(double)':
exiv2iface.cpp:66: error: 'double trunc(double)' was declared 'extern' and later 'static'
/usr/include/math.h:314: error: previous declaration of 'double trunc(double)'

Bernd

On Wed, Feb 07, 2007 at 11:58:11PM +0000, Joerg Sonnenberger wrote:
> 
> Module Name:	pkgsrc
> Committed By:	joerg
> Date:		Wed Feb  7 23:58:11 UTC 2007
> 
> Modified Files:
> 	pkgsrc/graphics/kipi-plugins: distinfo
> Added Files:
> 	pkgsrc/graphics/kipi-plugins/patches: patch-aa
> 
> Log Message:
> Fix build on DragonFly and older NetBSD where trunc(3) doesn't exist.