aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-08 05:05:18 +0800
committerkrion <krion@FreeBSD.org>2004-08-08 05:05:18 +0800
commit4a1f33999b5e5c7478ce94f99be713fa4f45d0a9 (patch)
treef5ba8fd908e8c767c4d9c8b0ae040e3088af4a13 /net-im/centericq
parent44beef142f32b78d9f31e17310ff073f950d61e3 (diff)
downloadfreebsd-ports-gnome-4a1f33999b5e5c7478ce94f99be713fa4f45d0a9.tar.gz
freebsd-ports-gnome-4a1f33999b5e5c7478ce94f99be713fa4f45d0a9.tar.zst
freebsd-ports-gnome-4a1f33999b5e5c7478ce94f99be713fa4f45d0a9.zip
Mark BROKEN: doesn't build with gcc-3.4.2
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>