diff options
author | markp <markp@FreeBSD.org> | 2001-09-02 17:31:17 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-09-02 17:31:17 +0800 |
commit | e883e0fd5dcda6407ccab9e290c80c89b8493b9c (patch) | |
tree | 9a0e085d6a32f1ba5c4dbd1d35be4dee8ebf0a1a /graphics/aalib | |
parent | 9df41c314017346c3141dad0130b7bf016afc5b3 (diff) | |
download | freebsd-ports-gnome-e883e0fd5dcda6407ccab9e290c80c89b8493b9c.tar.gz freebsd-ports-gnome-e883e0fd5dcda6407ccab9e290c80c89b8493b9c.tar.zst freebsd-ports-gnome-e883e0fd5dcda6407ccab9e290c80c89b8493b9c.zip |
Re-added workaround (see 1.18) to prevent intermittent failures
depending on where the distfile was fetched.
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' |