diff options
-rw-r--r-- | x11-toolkits/vte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 01db3dc3b..9a2d5c3bd 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -34,7 +34,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ - ${WRKSRC}/gnome-pty-helper.c + ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c @${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \ ${WRKSRC}/src/vte.c |