aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-07 21:05:18 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-07 21:05:18 +0000
commit6bbbeca03f619bb47733ccfd791b92a61c2e0dd5 (patch)
tree3569a2a53683af67a64ebdc7860f611c00876ad1 /net-im/centericq
parentedc4fb8c6fb3b09b9eb6b04e3917ddf2af2cafd2 (diff)
downloadports-6bbbeca03f619bb47733ccfd791b92a61c2e0dd5.tar.gz
ports-6bbbeca03f619bb47733ccfd791b92a61c2e0dd5.zip
Mark BROKEN: doesn't build with gcc-3.4.2
Notes
Notes: svn path=/head/; revision=115589
Diffstat (limited to 'net-im/centericq')
-rw-r--r--net-im/centericq/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 60689f344c08..b4de36af88ae 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -32,6 +32,12 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502124
+BROKEN= "Does not build with gcc-3.4.2"
+.endif
+
.if defined(WITH_MULTIBYTE)
CONFIGURE_ARGS+= --enable-locales-fix
.else
@@ -94,4 +100,4 @@ post-install:
@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>