Subject: Re: pkg/30875: povray don't build on amd64
To: None <cube@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: pkgsrc-bugs
Date: 08/04/2005 21:12:02
The following reply was made to PR pkg/30875; it has been noted by GNATS.
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
To: Quentin Garnier <cube@cubidou.net>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/30875: povray don't build on amd64
Date: Thu, 4 Aug 2005 23:10:55 +0200 (CEST)
>>> How-To-Repeat:
>> try to build povray on amd64
>>
>> not tested on other arch however with that version of NetBSD and gcc
>>> Fix:
>> maybe ask gcc authors?
>
> I reproduced that issue on my amd64 systems. Using gcc34 makes the
> build complete. Or you can set CONFIGURE_ARGS to --disable-optimiz
> which remove -O3 and makes the build complete.
>
so should i add .include in Makefile to use gcc34?