summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorsevan <sevan>2017-03-03 04:54:10 +0000
committersevan <sevan>2017-03-03 04:54:10 +0000
commitc7706100d1bc5e72ba943322c3f6e2c30f9ecf68 (patch)
tree0f94a935c765054d5bf81368dda5af26127eea62 /cross
parent76c3a33779ec5e3db68e91f9925ca992b373467e (diff)
downloadpkgsrc-c7706100d1bc5e72ba943322c3f6e2c30f9ecf68.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')
-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