summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
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