diff options
author | tv <tv@pkgsrc.org> | 2004-10-08 15:57:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-08 15:57:51 +0000 |
commit | 6bac155031054f0de169a9982fb4d2f88f375bd2 (patch) | |
tree | 9b22074e11390fcb4831125cb5886577d19abc18 | |
parent | 0def789aba354787ecfe3d59797ca02cc9ee52f0 (diff) | |
download | pkgsrc-6bac155031054f0de169a9982fb4d2f88f375bd2.tar.gz |
Currently this is completely hosed on big-endian platforms; add appropriate
NOT_FOR_PLATFORMs reflecting it.
-rw-r--r-- | archivers/p7zip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 62d8a48457d..2125e43e6ae 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/05 14:44:22 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/08 15:57:51 tv Exp $ # DISTNAME= p7zip_0.80 @@ -13,6 +13,8 @@ COMMENT= File archiver with high compression PKG_INSTALLATION_TYPES= overwrite pkgviews +NOT_FOR_PLATFORM= *-*-m68* *-*-mipseb* *-*-powerpc* *-*-sparc* + USE_BUILDLINK3= yes USE_LANGUAGES= c c++ MAKEFILE= makefile |