aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-19 00:32:15 +0800
committermarcus <marcus@FreeBSD.org>2003-02-19 00:32:15 +0800
commit7f0a8364081b2322b71b55b2efede5c18231da91 (patch)
tree9e65e5b8e432ff309dc57058d0827eedd50a18be /x11-toolkits
parent0c6e032dc095a07f0bbd748631c26600a178388f (diff)
downloadfreebsd-ports-gnome-7f0a8364081b2322b71b55b2efede5c18231da91.tar.gz
freebsd-ports-gnome-7f0a8364081b2322b71b55b2efede5c18231da91.tar.zst
freebsd-ports-gnome-7f0a8364081b2322b71b55b2efede5c18231da91.zip
Fix vte after recent Xft2 -> Xft conversion.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 4c0509119d32..26bc26df1034 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -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