aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 11:28:25 +0800
committerkris <kris@FreeBSD.org>2002-03-31 11:28:25 +0800
commit14090759771a5aba7199717fe451351708834415 (patch)
tree2c0275a450b990dd47da6cfe41f71f07297f9121 /palm
parent264117c1fe103b9b93ede1e0b3af53d43fce05ae (diff)
downloadfreebsd-ports-gnome-14090759771a5aba7199717fe451351708834415.tar.gz
freebsd-ports-gnome-14090759771a5aba7199717fe451351708834415.tar.zst
freebsd-ports-gnome-14090759771a5aba7199717fe451351708834415.zip
Remove #include <malloc.h>
Diffstat (limited to 'palm')
-rw-r--r--palm/malsync/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile
index 865485b183b3..062b1bd98ef1 100644
--- a/palm/malsync/Makefile
+++ b/palm/malsync/Makefile
@@ -21,6 +21,10 @@ LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/malsync/mal/client/unix
+pre-patch:
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/MAL31DBConfig.c
+
pre-build:
cd ${WRKSRC} && ${GMAKE} clean