Date: Fri, 21 Jan 2005 20:30:08 +0100 From: Oliver Lehmann <oliver@FreeBSD.org> To: Adam Weinberger <adamw@FreeBSD.org> Cc: oliver@freebsd.org Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 Message-ID: <20050121203008.7bf5bea2.oliver@FreeBSD.org> In-Reply-To: <200501211807.j0LI76hP050997@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Adam Weinberger wrote: > Synopsis: unbreak mozilla-devel for FreeBSD 4 > > State-Changed-From-To: open->closed > State-Changed-By: adamw > State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 > State-Changed-Why: > That fixed it. Thanks! > it looks like importing a6 break the extra-patch. Please find a new one attached. I was unfortunately not able to try ithe compile out yet , but this one applies cleanly. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ [-- Attachment #2 --] --- layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp.orig Tue Nov 23 19:01:01 2004 +++ layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp Fri Jan 21 07:37:08 2005 @@ -56,6 +56,12 @@ #include "nsArray.h" #include "nsDataHashtable.h" +#ifdef HAVE_CPP_2BYTE_WCHAR_T + typedef nsDependentString nsLiteralString; +#else + typedef NS_ConvertASCIItoUTF16 nsLiteralString; +#endif + /** * \addtogroup libart_renderer Libart Rendering Engine * @{home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050121203008.7bf5bea2.oliver>
