diff options
Diffstat (limited to 'www/WebMagick/files/patch-ac')
-rw-r--r-- | www/WebMagick/files/patch-ac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/WebMagick/files/patch-ac b/www/WebMagick/files/patch-ac deleted file mode 100644 index cb6d320710ff..000000000000 --- a/www/WebMagick/files/patch-ac +++ /dev/null @@ -1,32 +0,0 @@ ---- 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 - - |