From 85917056b756f237454298bee37add8d95816f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Mon, 28 Feb 2011 22:00:41 +0100 Subject: [PATCH] gforth: patch from jow to adapt to build-system changes --- gforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforth/Makefile b/gforth/Makefile index ff6f6ce..71a5ecc 100644 --- a/gforth/Makefile +++ b/gforth/Makefile @@ -20,7 +20,7 @@ PKG_SNAPSHOT_DATE=20100918 PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE) PKG_RELEASE:=4 -PKG_BUILD_DEPENDS:= gforth/host libltdl/host libtool/host libffi +PKG_BUILD_DEPENDS:= gforth/host libltdl libffi PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=libtool