summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-14 03:51:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-14 03:51:27 +0800
commit2bcd8593486117b2a6d108e93df915384ef3bda2 (patch)
tree0d56e5b88a923699e77680171618ad1ecd0f382b
parent2220d70b642a875413408b1a5d82ed8855b4d879 (diff)
downloadmarcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar.gz
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar.bz2
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar.lz
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar.xz
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.tar.zst
marcuscom-ports-2bcd8593486117b2a6d108e93df915384ef3bda2.zip
s/malloc.h/stdlib.h/
Reported by: Wade Majors <wade@ezri.org> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@643 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/gok/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
index cdef9948b..488967ad8 100644
--- a/accessibility/gok/Makefile
+++ b/accessibility/gok/Makefile
@@ -26,5 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
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>|' \
+ ${WRKSRC}/gok/word-complete.c
.include <bsd.port.mk>