From cee4a8d99b68770672f32745e51921c202ac7303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Tue, 15 Feb 2011 22:29:55 +0100 Subject: [PATCH] gforth: add missing libffi dependency --- gforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforth/Makefile b/gforth/Makefile index 9e3e474..3bfdabe 100644 --- a/gforth/Makefile +++ b/gforth/Makefile @@ -46,7 +46,7 @@ define Package/gforth SECTION:=lang CATEGORY:=Languages TITLE:=GForth - DEPENDS:= +libltdl + DEPENDS:= +libltdl +libffi URL:=http://www.gnu.org/software/gforth/ endef