summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-11-26 17:21:15 +0000
committermarino <marino@pkgsrc.org>2011-11-26 17:21:15 +0000
commitf7b4e9a4799fddb59fcf156cfa8df1d055747c30 (patch)
treeca4f43b73bfb609d1c9dcc9cf5a136fdbce6accf /chat
parentd0d300532fc538c20d9738bb78f0ecd339edb518 (diff)
downloadpkgsrc-f7b4e9a4799fddb59fcf156cfa8df1d055747c30.tar.gz
chat/centericq: stdlibc++ too old for DragonFly
Centericq hasn't been updated by the author since 2005. The hash_map classes that it uses were deprecated and finally removed from gcc. They are not available in gcc4.4, the default DragonFly compiler. This packages is being masked for DragonFly 2.10 and later.
Diffstat (limited to 'chat')
-rw-r--r--chat/centericq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 0c7b60cc518..6d633d34733 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2011/04/22 13:43:05 obache Exp $
+# $NetBSD: Makefile,v 1.75 2011/11/26 17:21:15 marino Exp $
#
DISTNAME= centericq-4.21.0
@@ -28,6 +28,8 @@ INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*
INCOMPAT_CURSES+= NetBSD-2.*-* NetBSD-3.*-* # see PR 29060
INCOMPAT_CURSES+= NetBSD-4.*-*
+NOT_FOR_PLATFORM+= DragonFly-2.1[0-9]-* DragonFly-[3-9].*-*
+
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"