Fix build on -current

This commit is contained in:
Kris Kennaway 2002-01-26 08:15:21 +00:00
parent da5c62b32d
commit 04c875ac5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53771

View File

@ -22,4 +22,7 @@ CONFIGURE_ENV= CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lexpat"
INSTALLS_SHLIB= yes
pre-patch:
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/src/abyss/src/data.c
.include <bsd.port.mk>