NetBSD Problem Report #34729
From dauphin@enst.fr Fri Oct 6 09:06:40 2006
Return-Path: <dauphin@enst.fr>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by narn.NetBSD.org (Postfix) with ESMTP id 87F5D63B8C9
for <gnats-bugs@gnats.netbsd.org>; Fri, 6 Oct 2006 09:06:40 +0000 (UTC)
Message-Id: <1160125599.6040@bi.enst.fr>
Date: Fri, 6 Oct 2006 11:06:39 +0200
From: "Gilles Dauphin" <dauphin@enst.fr>
To: "gnats bugs" <gnats-bugs@NetBSD.org>
Subject: blender Solaris
X-Send-Pr-Version: gtk-send-pr 0.4.5
X-GNATS-Notify:
>Number: 34729
>Category: pkg
>Synopsis: blender Solaris
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: solaris-pkg-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Oct 06 09:10:00 +0000 2006
>Last-Modified: Sun Oct 08 22:05:51 +0000 2006
>Originator: Gilles Dauphin
>Release: SunOS 5.10 i86pc
>Organization:
ENST
>Environment:
System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc
>Description:
blender/intern/elbeem/intern/isosurface.cp
missing finite() for amd64
>How-To-Repeat:
bmake
>Fix:
--- intern/elbeem/intern/isosurface.cpp.orig Wed Nov 23 13:51:07 2005
+++ intern/elbeem/intern/isosurface.cpp Fri Oct 6 10:59:35 2006
@@ -16,7 +16,7 @@
// sirdude fix for solaris
-#if !defined(linux) && (defined (__sparc) || defined (__sparc__))
+#if !defined(linux) && (defined (__sparc) || defined (__sparc__) || defined (__amd64))
#include <ieeefp.h>
#endif
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
Responsible-Changed-By: wiz@netbsd.org
Responsible-Changed-When: Sun, 08 Oct 2006 22:05:51 +0000
Responsible-Changed-Why:
Solaris pkgsrc problem.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.36 2007/11/24 03:27:39 kano Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.