diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-19 22:53:18 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-19 22:53:18 +0000 |
commit | b6181f89f37d93d64a634665626c2c374526cd9a (patch) | |
tree | fe0a64df2189b7411688b7ef0b4db3991131afd4 /graphics/aalib | |
parent | b82dba46e9538b78811de06258e5b707fa03f5e5 (diff) |
Notes
Diffstat (limited to 'graphics/aalib')
-rw-r--r-- | graphics/aalib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 9c381b37035e..25a90c7e022b 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS= --with-x=no 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' + @find ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \ + | xargs ${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' .include <bsd.port.mk> |