diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-09-22 05:59:10 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-09-22 05:59:10 +0200 |
commit | 836cc622f499b12c391666c903e4c2575e5f500e (patch) | |
tree | e617732851bd78e6d6c7c6d41e073612d1a19cf8 | |
parent | 1eabb0f850875038f403abdbd6cad2ef97fa74d5 (diff) | |
download | nanonote-ports-836cc622f499b12c391666c903e4c2575e5f500e.tar.gz |
minor fixes on the FreeCIV package
* it now builds using the latest state of the nanonote's
OpenWRT fork
-rw-r--r-- | freeciv/Makefile | 5 |
1 files 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 \ |