Fix vte after recent Xft2 -> Xft conversion.
This commit is contained in:
parent
d8f3c3453d
commit
09e160f7b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75809
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue