diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 02:33:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 02:33:54 +0800 |
commit | fe43916891981bf4949662dd2c27f94ebd9b605e (patch) | |
tree | f8e2a84213d72a5be593302920e7e11b9bd4eacc /graphics/xpdf/files/patch-configure | |
parent | d1fc7604a42708f06f1f61bed40801b3ee7e6cca (diff) | |
download | marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar.gz marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar.bz2 marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar.lz marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar.xz marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.tar.zst marcuscom-ports-fe43916891981bf4949662dd2c27f94ebd9b605e.zip |
- Fix build with new freetype2
Pointed out by: Yuri Pankov
Obtained from: freetype.org
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7345 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/xpdf/files/patch-configure')
-rw-r--r-- | graphics/xpdf/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/xpdf/files/patch-configure b/graphics/xpdf/files/patch-configure new file mode 100644 index 000000000..934043de6 --- /dev/null +++ b/graphics/xpdf/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Thu Dec 1 17:06:03 2005 ++++ configure Thu Dec 1 17:06:25 2005 +@@ -11776,8 +11776,8 @@ + { echo "$as_me:$LINENO: WARNING: Couldn't find FreeType" >&5 + echo "$as_me: WARNING: Couldn't find FreeType" >&2;}; + fi +- { echo "$as_me:$LINENO: WARNING: -- You will be able to compile pdftops, pdftotext, +- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm" >&5 +-echo "$as_me: WARNING: -- You will be able to compile pdftops, pdftotext, +- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm" >&2;} ++ { echo "$as_me:$LINENO: WARNING: -- You will be able to compile pdftoppm, pdftops, pdftotext, ++ pdfinfo, pdffonts, and pdfimages, but not xpdf" >&5 ++echo "$as_me: WARNING: -- You will be able to compile pdftoppm, pdftops, pdftotext, ++ pdfinfo, pdffonts, and pdfimages, but not xpdf" >&2;} + fi |