1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Fix build on -current

This commit is contained in:
Kris Kennaway 2002-01-26 08:00:58 +00:00
parent 56666de097
commit 3c0d9cc391
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53767

View File

@ -38,6 +38,9 @@ do-fetch:
post-extract:
@cd ${WRKDIR} && tar xzf linuxdoom-1.10.src.tgz && tar xzf sndserv.tgz
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e "s@#include +<malloc.h>@#include <stdlib.h>@g"
do-build:
@cd ${WRKDIR}/linuxdoom-1.10 && ${GMAKE}
@cd ${WRKDIR}/sndserv && ${GMAKE}