summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-16 17:20:09 +0000
committermarino <marino@pkgsrc.org>2011-12-16 17:20:09 +0000
commit14cdbc8fa2beab6388e87f5884affbc5696bd4e8 (patch)
treea3955b01a1ced29e17eca46c65e077fba4f60526 /lang
parenta359c9c94c5a4c3a8d5c84162d2f02ac7a415fc1 (diff)
downloadpkgsrc-14cdbc8fa2beab6388e87f5884affbc5696bd4e8.tar.gz
lang/pnet: Mask for all DragonFly platforms
It doesn't build on i386. When gcconfig.h is modified to recognize x86_64 platform, it breaks in the Boehm garbage collector. This is alpha-grade software from GNU that hasn't had a release in over 4.5 years. Frankly, I don't know how this abandoned project deserves a spot in pkgsrc.
Diffstat (limited to 'lang')
-rw-r--r--lang/pnet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile
index 62ea4e9997a..7bb7c3388e2 100644
--- a/lang/pnet/Makefile
+++ b/lang/pnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/05/21 11:59:53 obache Exp $
+# $NetBSD: Makefile,v 1.25 2011/12/16 17:20:09 marino Exp $
DISTNAME= pnet-0.8.0
#PKGREVISION= 1
@@ -19,6 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
# Unsupported by internal libffi
NOT_FOR_PLATFORM= NetBSD-*-x86_64
+NOT_FOR_PLATFORM+= DragonFly-*-*
MAKE_JOBS_SAFE= no