[packages] sigscheme: don't build on avr32
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Jul 2010 13:39:09 +0000 (13:39 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Jul 2010 13:39:09 +0000 (13:39 +0000)
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."

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22235 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/sigscheme/Makefile

index 10c6dca..c7da7be 100644 (file)
@@ -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