summaryrefslogtreecommitdiff
path: root/www/WebMagick/files/patch-ac
blob: cb6d320710ff4ab9a5fb343fac1429f61bbe8d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- configure.bak	Wed Oct 23 20:18:18 2002
+++ configure	Tue May 30 07:15:29 2006
@@ -1027,9 +1027,9 @@
     font2=''
     font3=''
     font4=''
-    font5='fixed'
+    font5=''
     tmpfile="/tmp/configure$$"
-    $XLSFONTS > $tmpfile
+    $XLSFONTS > $tmpfile 2> /dev/null
     exec < $tmpfile
     while read font
     do
@@ -1053,7 +1053,7 @@
       esac
     done
 
-    exec < /dev/tty
+#    exec < /dev/tty
     rm $tmpfile
   fi
 
@@ -1073,7 +1073,7 @@
   then
     webmagick_cv_defaultfont=$font5
   else
-    webmagick_cv_defaultfont='fixed'
+    webmagick_cv_defaultfont='courier'
   fi