Subject: CVS commit: pkgsrc/graphics/povray
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 08/04/2005 21:31:24
Module Name: pkgsrc
Committed By: cube
Date: Thu Aug 4 21:31:24 UTC 2005
Modified Files:
pkgsrc/graphics/povray: Makefile
Log Message:
In order to fix PR#30875, do the following things:
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
o depends on zlib>=1.2.1, which is povray's requirement, so that the
package doesn't try to use its own zlib and libtiff (for some reason
configure fails to configure the provided libs properly when gcc 3.4 is
used)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/graphics/povray/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.