diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 17:30:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 17:30:40 +0000 |
commit | cb6e817ba1ca3f3aeeb81fa63c3b2166335863ca (patch) | |
tree | fc6f939a38483fd2caef39eca06dd1caef5939a6 | |
parent | 3d70406ea0e272212f66bd731894ddcfb591d67b (diff) | |
download | pkgsrc-cb6e817ba1ca3f3aeeb81fa63c3b2166335863ca.tar.gz |
misc/root: disable BROKEN from 2002 that is unlikely to be still valid
-rw-r--r-- | misc/root/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 05311434a5b..5972606e8ea 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2018/08/19 20:16:41 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2019/11/04 17:30:40 rillig Exp $ DISTNAME= root_v5.26.00b.source PKGNAME= root-5.26 @@ -21,7 +21,8 @@ BUILD_TARGET= .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "arm") -BROKEN= Compilation stops due to internal compiler error +# from 2002. 17 years later, it's time to try it again. +#BROKEN= "Compilation stops due to internal compiler error" .endif ROOT_OPSYS= ${LOWER_OPSYS} |