diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-03-14 12:42:32 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-03-14 12:42:32 +0000 |
commit | a9a208f1d13c5cb589ae2a53bff59e2b3ed93277 (patch) | |
tree | c990515fa132ffb2a629b76ab01c982794941a9c /www | |
parent | Update to the 20040308 snapshot of GCC 3.3.4. (diff) |
Unbreak: Don't pass CFLAGS in single-quotes
http://bento.freebsd.org/errorlogs/i386-4-latest/p5-FastCGI-0.67.log
Approved by: linimon (mentor)
Notes
Notes:
svn path=/head/; revision=103986
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-FastCGI/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile index 2d0223f3f5ee..786a2afb7aed 100644 --- a/www/p5-FastCGI/Makefile +++ b/www/p5-FastCGI/Makefile @@ -20,13 +20,8 @@ LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi PERL_CONFIGURE= yes CONFIGURE_ARGS+= --use-installed=${LOCALBASE} +MAKE_ARGS= CCFLAGS="${CFLAGS}" MAN3= FCGI.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |