diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-30 03:25:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-30 03:25:14 +0000 |
commit | cfb001562074497c2f3c151efef2e7c060299c05 (patch) | |
tree | 89e23ddf9edb1e06027261628241e58afdccd2a4 /www/WebMagick/files | |
parent | - Add amd64 to broken list (diff) |
Update to latest version from project CVS
Notes
Notes:
svn path=/head/; revision=163918
Diffstat (limited to 'www/WebMagick/files')
-rw-r--r-- | www/WebMagick/files/patch-ac | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/www/WebMagick/files/patch-ac b/www/WebMagick/files/patch-ac index 73c22238d3bc..cb6d320710ff 100644 --- a/www/WebMagick/files/patch-ac +++ b/www/WebMagick/files/patch-ac @@ -1,6 +1,18 @@ ---- configure.bak Mon Oct 18 00:00:03 1999 -+++ configure Sun Nov 21 05:44:06 1999 -@@ -1061,7 +1061,7 @@ +--- 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 @@ -9,3 +21,12 @@ rm $tmpfile fi +@@ -1073,7 +1073,7 @@ + then + webmagick_cv_defaultfont=$font5 + else +- webmagick_cv_defaultfont='fixed' ++ webmagick_cv_defaultfont='courier' + fi + + |