diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 21:16:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 21:16:51 +0000 |
commit | 2cb70e7e216872f160479e688dfd9669d75f093e (patch) | |
tree | a92c18f38b9a8f2d97eec2388bf9e385af7fa074 /sysutils/heirloom | |
parent | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (diff) | |
download | ports-2cb70e7e216872f160479e688dfd9669d75f093e.tar.gz ports-2cb70e7e216872f160479e688dfd9669d75f093e.zip |
Notes
Diffstat (limited to 'sysutils/heirloom')
-rw-r--r-- | sysutils/heirloom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 3255993508dd..837740befdea 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -13,6 +13,8 @@ COMMENT= Collection of standard Unix utilities BUILD_DEPENDS= ksh:shells/pdksh RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h + USES= gmake ncurses tar:bzip2 MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \ LCURS="-L${LOCALBASE}/lib -lncurses" |