From owner-freebsd-alpha Thu May 30 20:18: 6 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 68B1F37B406; Thu, 30 May 2002 20:17:43 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4V3H71T000894; Thu, 30 May 2002 23:17:07 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g4V3H7gc000893; Thu, 30 May 2002 23:17:07 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: cvs commit: ports/graphics/sodipodi/files patch-src_main.c From: Joe Marcus Clarke To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, alpha@FreeBSD.org In-Reply-To: <20020530195304.A6628@xor.obsecurity.org> References: <200205301432.g4UEWDs91637@freefall.freebsd.org> <20020530195304.A6628@xor.obsecurity.org> Content-Type: multipart/mixed; boundary="=-bJ11pOfiSBKN7CLz43N8" X-Mailer: Ximian Evolution 1.0.5 Date: 30 May 2002 23:17:07 -0400 Message-Id: <1022815027.581.3.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-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 /* libxml */ =20 #ifdef __FreeBSD__ -#include +#include #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