summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 05:00:45 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 05:00:45 +0000
commit2ff89f1c7b36fbb95d5e1e71dfdf18943cea2e80 (patch)
tree133fa726eb9849db3f0cccd28e259b3e904a2587 /devel
parenta0489c9abea218933bb0f34e4be87af788e2464b (diff)
downloadpkgsrc-2ff89f1c7b36fbb95d5e1e71dfdf18943cea2e80.tar.gz
Use BROKEN_EXCEPT_ON_PLATFORM.
(As of the last I remember looking at lcc, which was admittedly a while ago, if it emits code for the wrong arch it's your fault, i.e. a packaging/configuration problem.)
Diffstat (limited to 'devel')
-rw-r--r--devel/lcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lcc/Makefile b/devel/lcc/Makefile
index 2b73acc1068..767017ced0d 100644
--- a/devel/lcc/Makefile
+++ b/devel/lcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/31 11:17:09 asau Exp $
+# $NetBSD: Makefile,v 1.16 2015/01/04 05:00:45 dholland Exp $
DISTNAME= lcc-4.1
CATEGORIES= devel lang
@@ -13,7 +13,7 @@ MAKE_ENV+= BUILDDIR=${WRKSRC}/bin HOSTFILE=etc/netbsd.c
# it builds and runs on others (like alpha) but still
# seems to emit i386 assembler
-ONLY_FOR_PLATFORM= *-*-i386
+BROKEN_EXCEPT_ON_PLATFORM= *-*-i386
.include "../../mk/bsd.prefs.mk"