diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
commit | eb9984e0f5ec02abe837b7388b574d185c7ed621 (patch) | |
tree | de5b178d08b2c6aaf058df603c23439e2635ec4a /devel/libformat | |
parent | 7bde97722a721c4609c220fa0c001da656caa245 (diff) |
Notes
Diffstat (limited to 'devel/libformat')
-rw-r--r-- | devel/libformat/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libformat/Makefile b/devel/libformat/Makefile index 7619fca4c69f..c6d62db989ea 100644 --- a/devel/libformat/Makefile +++ b/devel/libformat/Makefile @@ -18,6 +18,12 @@ COMMENT= C++ library that supports printf style like format printing MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -26,4 +32,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |