1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Unbreak with gcc 3.4 by adding -fpermissive to CFLAGS

This commit is contained in:
Tilman Keskinoz 2004-08-16 15:27:57 +00:00
parent 96f17868ba
commit 76037d4e78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116409

View File

@ -18,15 +18,11 @@ COMMENT= A reindenter and reformatter of C++, C and Java source code
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -q -aa
EXTRACT_AFTER_ARGS= -d ${DISTNAME}
CFLAGS+= "-fpermissive"
ALL_TARGET= astyle
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile with gcc 3.4.2"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
.if !defined(NOPORTDOCS)