diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-16 15:27:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-16 15:27:57 +0000 |
commit | 76037d4e78375f03bd60c3e4a89c3e5dc88abcdc (patch) | |
tree | 16d6b331570ee9a73fb780e20f9e8c5974991f3a /devel/astyle | |
parent | 96f17868bac1609ff8cc8ac889cb6dc4aafce01b (diff) |
Notes
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 6 |
1 files changed, 1 insertions, 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 <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) |