Subject: Re: pkg/34580: fonts/fontforge Solaris10
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 09/21/2006 15:10:07
The following reply was made to PR pkg/34580; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/34580: fonts/fontforge Solaris10
Date: Thu, 21 Sep 2006 17:09:12 +0200 (CEST)
> From: "Gilles Dauphin" <dauphin@enst.fr>
>
> >Fix:
>
>
> I am working on.
'extended' is typedef(ined) by solaris10 if _EXTENDED is not,
in /usr/include/floatingpoint.h
--- fontforge/splinefont.h.orig Sun Aug 6 06:41:17 2006
+++ fontforge/splinefont.h Thu Sep 21 14:38:20 2006
@@ -57,7 +57,11 @@
# define extended long double
# define CheckExtremaForSingleBitErrors(sp,t) (t)
# define EXTENDED_IS_LONG_DOUBLE 1
+/* specific Solaris10 */
+#define _EXTENDED 1
#else
+/* specific Solaris10 */
+#define _EXTENDED 1
# define extended double
#endif