aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-03-27 15:42:16 +0800
committerdougb <dougb@FreeBSD.org>2004-03-27 15:42:16 +0800
commit6ff7085cc9c9d05222dd79a6b06deaeeb0695471 (patch)
tree9380164cf87e4ac57dd99b56c887478dc4bb6e24 /graphics
parent58ae709adee9b26f702ef6e8626b8e24751cba59 (diff)
downloadfreebsd-ports-gnome-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.tar.gz
freebsd-ports-gnome-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.tar.zst
freebsd-ports-gnome-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.zip
Update the freetype2 include file test in configure.
Submitted by: lofi
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index d53ca98e328a..4a552ac1596c 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}