Randy McMurchy wrote:
> I'm not sure I'm comfortable updating the 6.3 branch with this
For good reason. This *was* definitely an issue. I think that libXfont
was updated to 1.3 already, I can't remember and I'm not in a position
to check ATM. Anyway, here is a quote from Dan (ticket #2518) that
describes the Freetype-2.3.5+ issue in detail (and a working fix, well
actually this is the patch that broke things but reversing it should
handle the issue fine for 2.3.7 and BLFS-6.3...I think):
============================================================
Now I found the problem. It's in freetype-2.3.5 where they stopped
defining the ft_* macros:
{{{
diff -pNur /usr/include/freetype2/freetype/config/ftstdlib.h
dest/usr/include/freetype2/freetype/config/ftstdlib.h
--- /usr/include/freetype2/freetype/config/ftstdlib.h 2007-04-23
14:27:00.000000000 -0700
+++ dest/usr/include/freetype2/freetype/config/ftstdlib.h 2008-04-28
11:04:03.000000000 -0700
@@ -78,15 +78,6 @@
/**********************************************************************/
-#include <ctype.h>
-
-#define ft_isalnum isalnum
-#define ft_isdigit isdigit
-#define ft_islower islower
-#define ft_isupper isupper
-#define ft_isxdigit isxdigit
-
-
#include <string.h>
#define ft_memchr memchr
}}}
===========================================================
-- DJ Lucas
--
This message has been scanned for viruses and
dangerous content, and is believed to be clean.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page