1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix build on -current

This commit is contained in:
Kris Kennaway 2002-01-26 08:08:36 +00:00
parent 3473265a9d
commit da5c62b32d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53770

View File

@ -18,6 +18,9 @@ INSTALLS_SHLIB= yes
HEADER_FILES= ecgi.h ecgitk.h include/memfile.h
pre-patch:
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/src/memfile.c
do-install:
@${INSTALL_DATA} ${WRKSRC}/libecgi.a ${PREFIX}/lib
@${INSTALL_PROGRAM} ${WRKSRC}/libecgi.so ${PREFIX}/lib