From 3c0653592c311d1a0447f9e97ba7edb4852ec722 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 27 May 2017 00:25:52 +0000 Subject: Mark not-for-archs for armv6. --- lang/phantomjs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 3b410ae..d8d9a6a 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ BROKEN_powerpc64= fails to build: g++48: not found BROKEN_sparc64= does not link on sparc64 +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= Platform.h: Not supported ARM architecture USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite USE_GNOME+= libxml2 -- cgit v1.1