From 9879e335487bd8d2f25725b4addfdd863ec1fc14 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 16 Jul 2010 13:39:09 +0000 Subject: [PATCH] [packages] sigscheme: don't build on avr32 It's not supported on this arch (yet): ./include/private/gcconfig.h:481:5: error: #error "The collector has not been ported to this machine/OS combination." SVN-Revision: 22235 --- lang/sigscheme/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sigscheme/Makefile b/lang/sigscheme/Makefile index 10c6dca24a..c7da7befa5 100644 --- a/lang/sigscheme/Makefile +++ b/lang/sigscheme/Makefile @@ -25,6 +25,7 @@ define Package/sigscheme CATEGORY:=Languages TITLE:=SigScheme URL:=http://code.google.com/p/sigscheme/ + DEPENDS:=@!avr32 endef define Package/sigscheme/description -- 2.30.2