pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Currently this is completely hosed on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab42733f8598
branches:  trunk
changeset: 481614:ab42733f8598
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Oct 08 15:57:51 2004 +0000

description:
Currently this is completely hosed on big-endian platforms; add appropriate
NOT_FOR_PLATFORMs reflecting it.

diffstat:

 archivers/p7zip/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 782924ce476c -r ab42733f8598 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Fri Oct 08 14:42:55 2004 +0000
+++ b/archivers/p7zip/Makefile  Fri Oct 08 15:57:51 2004 +0000
@@ -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 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+NOT_FOR_PLATFORM=      *-*-m68* *-*-mipseb* *-*-powerpc* *-*-sparc*
+
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
 MAKEFILE=              makefile



Home | Main Index | Thread Index | Old Index