From c6d5c21c9df0bc8cc96bf2066e57b9b681e79561 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 16 Jul 2010 13:39:09 +0000 Subject: [PATCH] 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 10c6dca24..c7da7befa 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