From 836cc622f499b12c391666c903e4c2575e5f500e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 22 Sep 2015 05:59:10 +0200 Subject: minor fixes on the FreeCIV package * it now builds using the latest state of the nanonote's OpenWRT fork --- freeciv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freeciv/Makefile b/freeciv/Makefile index 236e9e0..2dba692 100644 --- a/freeciv/Makefile +++ b/freeciv/Makefile @@ -15,7 +15,8 @@ include $(INCLUDE_DIR)/package.mk define Package/freeciv SECTION:=games CATEGORY:=Games - DEPENDS:=+libsdl +libsdl-image +libsdl-mixer +libfreetype +libiconv + DEPENDS:=+libsdl +libsdl-image +libsdl-mixer +libfreetype \ + +libiconv-full +libncurses +libreadline TITLE:=Freeciv URL:=http://freeciv.wikia.com/ endef @@ -29,7 +30,7 @@ EXTRA_LDFLAGS += $(shell $(STAGING_DIR)/root-xburst/usr/bin/directfb-config --li EXTRA_CPPFLAGS += \ -DALWAYS_ROOT -DSMALL_SCREEN \ - -DKBDMOUSE='\"$(SOURCE)/files/kbdmouse.h\"' + -DKBDMOUSE='\"$(shell pwd)/files/kbdmouse.h\"' CONFIGURE_ARGS += \ --enable-ipv6=no \ -- cgit v1.2.3