diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-09-02 09:31:17 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-09-02 09:31:17 +0000 |
commit | 754533679e727ffa477cd1d8a9c96d3264f12de1 (patch) | |
tree | 6f83fb246ddd8f09b67513d742d086cb13c013c7 /graphics/aalib | |
parent | 37460618b0eed2ac49be594b38d470b1567ec281 (diff) | |
download | ports-754533679e727ffa477cd1d8a9c96d3264f12de1.tar.gz ports-754533679e727ffa477cd1d8a9c96d3264f12de1.zip |
Notes
Diffstat (limited to 'graphics/aalib')
-rw-r--r-- | graphics/aalib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 1242aaab76df..9c381b37035e 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-x=no .endif post-patch: + @${RM} -f ${WRKSRC}/config.cache @${PERL} -pi -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure @find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \ 's|<malloc.h>|<stdlib.h>|g' |