Remove the Xft.h -> Xft2.h hack.

This commit is contained in:
Joe Marcus Clarke 2003-02-18 05:00:42 +00:00
parent 38805e871a
commit 7256d4a5df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75775

View file

@ -24,8 +24,4 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
${WRKSRC}/src/font-view.c
.include <bsd.port.mk>