Bug 52 - configure script find wrong FONTPATH
Summary: configure script find wrong FONTPATH
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.1
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 20:31 UTC by Choe Hwanjin
Modified: 2003-03-30 14:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Choe Hwanjin 2003-03-23 20:31:09 UTC
I'm using fontconfig-2.1.92. 
Configure script find wrong FONTPATH. It adds font dir which has font file named gothic.pcf.gz. 
I think it need a patch below: 
 
--- fontconfig-2.1.92/configure.in.orig 2003-03-24 12:07:18.000000000 +0900 
+++ fontconfig-2.1.92/configure.in      2003-03-24 12:07:39.000000000 +0900 
@@ -229,7 +229,7 @@ 
                x) 
                        if test -d "$dir/fonts"; then 
                                for sub in "$dir"/fonts/*; do 
-                                       if ls "$sub" | grep -q -i '\.pf\|\.tt\|.ot'; then 
+                                       if ls "$sub" | grep -q -i '\.pf\|\.tt\|\.ot'; then 
                                                case x$FC_ADD_FONTS in 
                                                x) 
                                                        FC_ADD_FONTS="$sub"
Comment 1 Keith Packard 2003-03-31 08:58:16 UTC
This patch is in CVS.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.