Date: 30 May 2002 23:17:07 -0400 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, alpha@FreeBSD.org Subject: Re: cvs commit: ports/graphics/sodipodi/files patch-src_main.c Message-ID: <1022815027.581.3.camel@gyros.marcuscom.com> In-Reply-To: <20020530195304.A6628@xor.obsecurity.org> References: <200205301432.g4UEWDs91637@freefall.freebsd.org> <20020530195304.A6628@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-bJ11pOfiSBKN7CLz43N8 Content-Type: text/plain Content-Transfer-Encoding: 7bit On Thu, 2002-05-30 at 22:53, Kris Kennaway wrote: > On Thu, May 30, 2002 at 07:32:13AM -0700, Joe Marcus Clarke wrote: > > marcus 2002/05/30 07:32:13 PDT > > > > Added files: > > graphics/sodipodi/files patch-src_main.c > > Log: > > Attempt to fix linking on AXP. > > > > Submitted by: beta > > Still fails. Can you give this patch a spin? It looks like alpha doesn't have fpresetsticky. Before I commit, I'd like to make sure it does the job. Joe > > http://beta.freebsd.org/errorlogs/4-latest/sodipodi-0.24.1.log > > Kris --=-bJ11pOfiSBKN7CLz43N8 Content-Disposition: attachment; filename=patch-src_main.c Content-Transfer-Encoding: quoted-printable Content-Type: text/x-c; name=patch-src_main.c; charset=ISO8859-1 --- src/main.c.orig Sun Apr 15 16:27:51 2001 +++ src/main.c Thu May 30 23:14:44 2002 @@ -17,7 +17,7 @@ #include <tree.h> /* libxml */ =20 #ifdef __FreeBSD__ -#include <floatingpoint.h> +#include <ieeefp.h> #endif =20 #include "sodipodi-private.h" @@ -357,7 +357,7 @@ =20 } =20 -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) && defined(__i386__) fpresetsticky(FP_X_DZ|FP_X_INV); fpsetmask(FP_X_DZ|FP_X_INV); #endif --=-bJ11pOfiSBKN7CLz43N8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022815027.581.3.camel>