pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34580: fonts/fontforge Solaris10
The following reply was made to PR pkg/34580; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
To: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/34580: fonts/fontforge Solaris10
Date: Thu, 21 Sep 2006 17:09:12 +0200 (CEST)
> From: "Gilles Dauphin" <dauphin%enst.fr@localhost>
>
> >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
Home |
Main Index |
Thread Index |
Old Index