diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-17 09:20:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-17 09:20:41 +0800 |
commit | 67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f (patch) | |
tree | f5a9c19e6bbb8706cdff850768f38cf5067ee456 /x11-toolkits/vte/Makefile | |
parent | 54eb2eb208446f360dba5941fa95047dfff4d361 (diff) | |
download | marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar.gz marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar.bz2 marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar.lz marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar.xz marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.tar.zst marcuscom-ports-67cf854c6e9d7f85f9cde7d8f63c68406aeecd5f.zip |
s/malloc.h/stdlib.h/ to fix build on -CURRENT.
Submitted by: Juan Salaverria <rael@vectorstar.net>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@94 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r-- | x11-toolkits/vte/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |