aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-15 18:08:21 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-15 18:08:21 +0000
commit75e5991054cf5041cdf8daf23b7960d914d28bc7 (patch)
treea9cbc685577a24ed09e258c721bcb90f6b7389f5 /www
parentfa8ec88c6470bdea6faa7f15ace100ae28fcee02 (diff)
downloadports-75e5991054cf5041cdf8daf23b7960d914d28bc7.tar.gz
ports-75e5991054cf5041cdf8daf23b7960d914d28bc7.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/free-sa/Makefile4
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>