diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-24 02:47:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-24 02:47:15 +0000 |
commit | 6b038542b33bda6ea257b91ed222ded5bd2617d6 (patch) | |
tree | 31cd4cf588740c05096c55eabcb97d34883b1096 /archivers/arj | |
parent | 7787bae129e2939534d510a9185e26ac5ed4cafb (diff) | |
download | pkgsrc-6b038542b33bda6ea257b91ed222ded5bd2617d6.tar.gz |
this package is broken on 64-bit platforms as evidenced by instant SEGV
Diffstat (limited to 'archivers/arj')
-rw-r--r-- | archivers/arj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 0253332f0d6..fd188e7bf6d 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/05/10 18:50:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2015/09/24 02:47:15 tnn Exp $ DISTNAME= arj-3.10.22 PKGREVISION= 2 @@ -31,6 +31,8 @@ pre-configure: INSTALLATION_DIRS+= ${ARJ_DOCSDIR} +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/COPYING ${WRKSRC}/doc/debug.txt \ ${DESTDIR}${ARJ_DOCSDIR} |