diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
commit | 56666de09755fd060a0433499f7f1f550613a94c (patch) | |
tree | c4f847e765d2c0565e151ae3c0b642a8b60a101f /misc/bb | |
parent | cb9dd529510223116603c68fd5915e8ec5432ac9 (diff) | |
download | ports-56666de09755fd060a0433499f7f1f550613a94c.tar.gz ports-56666de09755fd060a0433499f7f1f550613a94c.zip |
Notes
Diffstat (limited to 'misc/bb')
-rw-r--r-- | misc/bb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 49ef42e644e3..e8048ce32b34 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -19,6 +19,9 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib MAKEFILE= makefile GNU_CONFIGURE= yes +pre-patch: + ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e "s@#include +<malloc.h>@#include <stdlib.h>@g" + pre-build: @ cd ${WRKSRC}/mikunix; make |