From 67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 17 Oct 2002 01:20:41 +0000 Subject: s/malloc.h/stdlib.h/ to fix build on -CURRENT. Submitted by: Juan Salaverria git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@94 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/vte/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-toolkits/vte') diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index c7c917c70..01db3dc3b 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -33,6 +33,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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 @${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \ ${WRKSRC}/src/vte.c -- cgit