diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-16 02:08:21 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-16 02:08:21 +0800 |
commit | 82a436449cbf03f3a2e17bfa6487cb4d873d7cf9 (patch) | |
tree | 6d51c21661628fc8f25ff85fea2b819ef6e4532d /www/free-sa | |
parent | 087d721a65bf82a8fb1e87b8b741f6a366891f10 (diff) | |
download | freebsd-ports-gnome-82a436449cbf03f3a2e17bfa6487cb4d873d7cf9.tar.gz freebsd-ports-gnome-82a436449cbf03f3a2e17bfa6487cb4d873d7cf9.tar.zst freebsd-ports-gnome-82a436449cbf03f3a2e17bfa6487cb4d873d7cf9.zip |
- Respect CFLAGS.
PR: ports/133261, partially
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'www/free-sa')
-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> |