diff options
author | Luis Saavedra <luis94855510@gmail.com> | 2012-12-14 04:50:47 (GMT) |
---|---|---|
committer | Luis Saavedra <luis94855510@gmail.com> | 2012-12-14 05:31:05 (GMT) |
commit | c33b4e377ec97a2e43bc57e0558f72c1904cb913 (patch) | |
tree | 776b10d120805337c159921a6a5ce4937e8d172d /src/gdb.mk | |
parent | ffc65a4ed2201a4327de2466e57ab6c069b2cfae (diff) | |
download | mxe-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' | \ |