From 705a9d2a6280873d54d20ba135fdd031058b6e71 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 01:27:54 +0000 Subject: s/malloc.h/stdlib.h/ to fix build on -CURRENT. Submitted by: Juan Salaverria --- x11-toolkits/vte/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index e694a696ee84..ac500e350775 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -32,5 +32,7 @@ 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 .include -- cgit v1.2.3