From 76037d4e78375f03bd60c3e4a89c3e5dc88abcdc Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 16 Aug 2004 15:27:57 +0000 Subject: [PATCH] Unbreak with gcc 3.4 by adding -fpermissive to CFLAGS --- devel/astyle/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 1181eca084f2..145eb4349e30 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -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 -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin .if !defined(NOPORTDOCS)