From: Markham Date: Tue, 21 Aug 2018 10:38:32 +0000 (+0200) Subject: fix filename of ncurses patch X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=00b22f75be5684c7bd57a6845a6c70af2b9193bf;p=bs-cst-neutrino-hd.git fix filename of ncurses patch --- diff --git a/make/libraries.mk b/make/libraries.mk index 7f2356a..34ca86f 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -36,7 +36,7 @@ $(D)/libncurses: $(ARCHIVE)/ncurses-$(NCURSES_VER).tar.gz | ncurses-prereq $(TAR $(START_BUILD) $(UNTAR)/ncurses-$(NCURSES_VER).tar.gz && \ pushd $(BUILD_TMP)/ncurses-$(NCURSES_VER) && \ - $(PATCH)/ncurses_workaround_changed_output_of_GNU_cpp_5.x.patch && \ + $(PATCH)/libncurses_workaround_changed_output_of_GNU_cpp_5.x.patch && \ $(CONFIGURE) \ --build=$(BUILD) \ --host=$(TARGET) \