diff options
author | marino <marino> | 2011-12-02 20:44:32 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-02 20:44:32 +0000 |
commit | 1c601f85f4af654ecd1cdf030ec7eda168d4c4aa (patch) | |
tree | d960b4db887f6613724a473c50507dc1033f1341 /devel/bcc | |
parent | ac8ef0a17a4674fe8a9ad449f682ef5128e149cb (diff) | |
download | pkgsrc-1c601f85f4af654ecd1cdf030ec7eda168d4c4aa.tar.gz |
devel/bcc: Mask from DragonFly64
DragonFly X86_64 can't build 32-bit binaries as the Makefile requests.
Diffstat (limited to 'devel/bcc')
-rw-r--r-- | devel/bcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index c56a62e7822..9f02411910e 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/01/29 17:46:17 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2011/12/02 20:44:32 marino Exp $ DISTNAME= bcc PKGREVISION= 1 @@ -15,6 +15,7 @@ CONFLICTS+= dev86-[0-9]* NOT_FOR_PLATFORM= *-*-alpha NOT_FOR_PLATFORM+= Interix-*-* # no <a.out.h> +NOT_FOR_PLATFORM+= DragonFly-*-x86_64 # Cannot build 32-bit binary USE_BSD_MAKEFILE= yes USE_TOOLS+= groff nroff |