diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:58:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:58:57 +0000 |
commit | 9804e9e1c5a81c2431ca048d7d80d0222ac65ddd (patch) | |
tree | 72eb68c9003c6d58d256dd954820681072a12c71 /net | |
parent | d0da59176c8e0108b7956b7d7a65dc6b0d41a75e (diff) | |
download | pkgsrc-9804e9e1c5a81c2431ca048d7d80d0222ac65ddd.tar.gz |
Use BROKEN_ON_PLATFORM for "severe LP64 loss" and apply to all
LP64PLATFORMS, not just alpha.
Diffstat (limited to 'net')
-rw-r--r-- | net/sniffit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 3f993e47500..f444c6aa08c 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2013/02/06 19:31:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2015/01/04 03:58:57 dholland Exp $ # DISTNAME= sniffit.0.3.5 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html COMMENT= Packet sniffer program -NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} # severe LP64 loss GNU_CONFIGURE= YES BUILD_TARGET= |