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 /mail/librfc822 | |
parent | 7bde97722a721c4609c220fa0c001da656caa245 (diff) | |
download | ports-eb9984e0f5ec02abe837b7388b574d185c7ed621.tar.gz ports-eb9984e0f5ec02abe837b7388b574d185c7ed621.zip |
Notes
Diffstat (limited to 'mail/librfc822')
-rw-r--r-- | mail/librfc822/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/librfc822/Makefile b/mail/librfc822/Makefile index 56e856f74877..bbdda1fdd308 100644 --- a/mail/librfc822/Makefile +++ b/mail/librfc822/Makefile @@ -17,6 +17,12 @@ COMMENT= A complete parser for RFC822 addresses DOCS= readme.html readme.txt user-manual.html user-manual.pdf +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + do-install: ${INSTALL_DATA} ${WRKSRC}/rfc822.hh ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/librfc822.a ${PREFIX}/lib @@ -25,4 +31,4 @@ do-install: @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |