summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
authorLuis Saavedra <luis94855510@gmail.com>2012-12-14 04:50:47 (GMT)
committerLuis Saavedra <luis94855510@gmail.com>2012-12-14 05:31:05 (GMT)
commitc33b4e377ec97a2e43bc57e0558f72c1904cb913 (patch)
tree776b10d120805337c159921a6a5ce4937e8d172d /src/gdb.mk
parentffc65a4ed2201a4327de2466e57ab6c069b2cfae (diff)
downloadmxe-c33b4e377ec97a2e43bc57e0558f72c1904cb913.zip
mxe-c33b4e377ec97a2e43bc57e0558f72c1904cb913.tar.gz
mxe-c33b4e377ec97a2e43bc57e0558f72c1904cb913.tar.bz2
in mingw termcap library is usually not present,
but with ncurses termcap is present in mxe, so it's necessary remove the support these function
Diffstat (limited to 'src/gdb.mk')
-rw-r--r--src/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index a86da91..f787689 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -7,7 +7,7 @@ $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.cs.tu-berlin.de/pub/gnu/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc expat libiconv zlib
+$(PKG)_DEPS := gcc expat libiconv ncurses zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://ftp.gnu.org/gnu/gdb/?C=M;O=D' | \