diff options
-rw-r--r-- | www/free-sa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/free-sa/Makefile b/www/free-sa/Makefile index af4a1be4c8fb..a2f3ffedde9d 100644 --- a/www/free-sa/Makefile +++ b/www/free-sa/Makefile @@ -15,6 +15,7 @@ COMMENT= Statistic analyzer for daemons log files similar to SARG PORTDOCS= COPYING INSTALL README README.DEV ChangeLog FAQ THANKS DOCSDIR= share/doc/free-sa-${DISTVERSION} +MAKE_JOBS_SAFE= yes MAN1= free-sa.1 MAN5= free-sa.conf.5 @@ -38,4 +39,7 @@ BROKEN= build fails with error: CPU you selected does not support x86-64 instru .endif .endif +post-patch: + @${REINPLACE_CMD} -e 's,^CFLAGS =.*,CFLAGS = -I. -I.. ${CFLAGS},' ${WRKSRC}/global.mk + .include <bsd.port.post.mk> |