[Xorg] [Bug 302] XORG-RELEASE-1 build failure in xc/programs/fonttosfnt/
bugzilla-daemon at pdx.freedesktop.org
bugzilla-daemon at pdx.freedesktop.org
Sat Mar 13 16:02:07 PST 2004
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=302
------- Additional Comments From roland.mainz at nrubsig.org 2004-03-13 16:02 -------
The following hack works around the problem:
-- snip --
Index: xc/config/cf/linux.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/linux.cf,v
retrieving revision 1.1.4.5.2.4
diff -u -r1.1.4.5.2.4 linux.cf
--- a/xc/config/cf/linux.cf 11 Mar 2004 09:16:51 -0000 1.1.4.5.2.4
+++ b/xc/config/cf/linux.cf 13 Mar 2004 23:56:08 -0000
@@ -144,8 +144,8 @@
# define BuildHtmlManPages NO
/* we build-depend on libfreetype6-dev (FreeType 2.x) */
-# define BuildFreetype2Library NO
-# define HasFreetype2 YES
+# define BuildFreetype2Library YES
+# define HasFreetype2 NO
/* m68k has no 2.4 kernel yet */
# ifndef Mc68020Architecture
# define HasLinuxInput YES
@@ -491,7 +491,7 @@
#endif
#ifndef HasFreetype2
-# define HasFreetype2 YES
+# define HasFreetype2 NO
#endif
-- snip --
One solution would be to add a way to statically link with the freetype version
in the tree and make that the default (this would also get rid of the (very
unfortunate) situation that old FreeType2 library versions are buggy - which
affects the quality and stability of the resulting product).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg
mailing list