aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-10-17 09:27:54 +0800
committermarcus <marcus@FreeBSD.org>2002-10-17 09:27:54 +0800
commit8a16fc263e9c7a450ce23e9673fa76283548bd99 (patch)
treed7b17367505a9d6a6d505ad15453fa1f93c646ed /x11-toolkits
parent21b17ae430a04a95e6470054d80a5d2027a95468 (diff)
downloadfreebsd-ports-gnome-8a16fc263e9c7a450ce23e9673fa76283548bd99.tar.gz
freebsd-ports-gnome-8a16fc263e9c7a450ce23e9673fa76283548bd99.tar.zst
freebsd-ports-gnome-8a16fc263e9c7a450ce23e9673fa76283548bd99.zip
s/malloc.h/stdlib.h/ to fix build on -CURRENT.
Submitted by: Juan Salaverria <rael@vectorstar.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.mk>