From f4154174d1b233d7b1f6bf89eebb943c46abfb08 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 4 Apr 2010 02:28:36 +0200 Subject: [PATCH] mark as broken, since does not compile: readline.cpp:72: error: 'free' was not declared in this scope --- sdcv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdcv/Makefile b/sdcv/Makefile index 7499502..fdfdc35 100644 --- a/sdcv/Makefile +++ b/sdcv/Makefile @@ -24,7 +24,7 @@ define Package/sdcv TITLE:=sdcv SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libintl + DEPENDS:=@BROKEN +libintl URL:=http://sdcv.sourceforge.net/ endef