summaryrefslogtreecommitdiff
path: root/cross/objconv
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2017-03-03 04:54:10 +0000
committersevan <sevan@pkgsrc.org>2017-03-03 04:54:10 +0000
commita9fec8119691e90cc7027fd230a3579d9cd7038a (patch)
tree99ac37753917984949a81f187958a913ed164437 /cross/objconv
parent998e78d2091be270f14e520c773d83cbe3b286f7 (diff)
downloadpkgsrc-a9fec8119691e90cc7027fd230a3579d9cd7038a.tar.gz
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 (limited to 'cross/objconv')
-rw-r--r--cross/objconv/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cross/objconv/Makefile b/cross/objconv/Makefile
index 5b759f1d036..d9866cf0f58 100644
--- a/cross/objconv/Makefile
+++ b/cross/objconv/Makefile
@@ -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 @@ USE_LANGUAGES= c++
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