diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-08-11 19:55:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-08-11 19:55:37 +0800 |
commit | 0140fcaa7b0c21d1c0d0e70d30c79821c1306bd1 (patch) | |
tree | fbabf5eb4b1feac846fbf4350b21452ee09b3f7f /mail/kiltdown | |
parent | e9cd23b9d44d017f1b9a3a3df10ce4c2896463d2 (diff) | |
download | freebsd-ports-gnome-0140fcaa7b0c21d1c0d0e70d30c79821c1306bd1.tar.gz freebsd-ports-gnome-0140fcaa7b0c21d1c0d0e70d30c79821c1306bd1.tar.zst freebsd-ports-gnome-0140fcaa7b0c21d1c0d0e70d30c79821c1306bd1.zip |
- mark BROKEN with gcc34
Diffstat (limited to 'mail/kiltdown')
-rw-r--r-- | mail/kiltdown/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile index c0833cd1f2a4..b1dbf70bf984 100644 --- a/mail/kiltdown/Makefile +++ b/mail/kiltdown/Makefile @@ -41,4 +41,10 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502122 +BROKEN= gcc34: no match for operator== +.endif + +.include <bsd.port.post.mk> |