pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/objconv Mark as broken on big endian systems bec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce8e4483a32f
branches: trunk
changeset: 359200:ce8e4483a32f
user: sevan <sevan%pkgsrc.org@localhost>
date: Fri Mar 03 04:54:10 2017 +0000
description:
Mark as broken on big endian systems because they're not supported.
On Darwin/PowerPC, build reports:
"This machine has big-endian memory organization. Objconv program will not work"
diffstat:
cross/objconv/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 042f25bd7ae9 -r ce8e4483a32f cross/objconv/Makefile
--- a/cross/objconv/Makefile Thu Mar 02 23:20:12 2017 +0000
+++ b/cross/objconv/Makefile Fri Mar 03 04:54:10 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/08 07:28:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/03 04:54:10 sevan Exp $
DISTNAME= objconv
PKGNAME= ${DISTNAME}-2.39
@@ -20,6 +20,12 @@
INSTALLATION_DIRS+= bin
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+BROKEN= "Does not support big endian systems"
+.endif
+
post-extract:
cd ${WRKSRC} && unzip source.zip
Home |
Main Index |
Thread Index |
Old Index