1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/xpdf/files/patch-configure.in
Norikatsu Shigemura a43acc3732 Update to 3.02.
PR:		ports/110058
Submitted by:	Eric P. Scott <eps+pbug0703 <at> ana.com>
		Jose Garcia Juanino <jjuanino <at> gmail.com>
2007-04-01 13:14:26 +00:00

12 lines
466 B
Plaintext

--- configure.in.orig Tue Feb 27 14:05:51 2007
+++ configure.in
@@ -348,6 +348,6 @@
if test "x$smr_have_freetype2_library" != xyes; then
AC_MSG_WARN([Couldn't find FreeType]);
fi
- AC_MSG_WARN([-- You will be able to compile pdftops, pdftotext,
- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm])
+ AC_MSG_WARN([-- You will be able to compile pdftoppm, pdftops, pdftotext,
+ pdfinfo, pdffonts, and pdfimages, but not xpdf])
fi