summaryrefslogtreecommitdiff
path: root/cross
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
commitf869f9ecc3587b7b1ddc04923d66f0c0e1a48fc6 (patch)
tree0f94a935c765054d5bf81368dda5af26127eea62 /cross
parenta50f5892fdce7cd342cdea95c730f734f56d8885 (diff)
downloadpkgsrc-f869f9ecc3587b7b1ddc04923d66f0c0e1a48fc6.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