summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-03-27 07:42:16 +0000
committerdougb <dougb@FreeBSD.org>2004-03-27 07:42:16 +0000
commit6ff7085cc9c9d05222dd79a6b06deaeeb0695471 (patch)
tree9380164cf87e4ac57dd99b56c887478dc4bb6e24
parent58ae709adee9b26f702ef6e8626b8e24751cba59 (diff)
downloadFreeBSD-ports-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.zip
FreeBSD-ports-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.tar.gz
Update the freetype2 include file test in configure.
Submitted by: lofi
-rw-r--r--graphics/xpdf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index d53ca98..4a552ac 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -45,6 +45,11 @@ MAN1= pdffonts.1 \
xpdf.1
MAN5= xpdfrc.5
+post-patch:
+ @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig
+ @${SED} -e "s#freetype.h#ft2build.h#" ${WRKSRC}/configure.orig > \
+ ${WRKSRC}/configure
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
OpenPOWER on IntegriCloud