Fix vte after recent Xft2 -> Xft conversion.

This commit is contained in:
Joe Marcus Clarke 2003-02-18 16:32:15 +00:00
parent d8f3c3453d
commit 09e160f7b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75809

View file

@ -35,10 +35,6 @@ post-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
@${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \
${WRKSRC}/src/vte.c
@${REINPLACE_CMD} -Ee '/^(libvte_la_LIBADD|vte_LDADD)/s/(.*)/\1 -lXft2/' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
${WRKSRC}/po/Makefile.in.in