]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix filename of ncurses patch
authorMarkham <markham001@gmx.de>
Tue, 21 Aug 2018 10:38:32 +0000 (12:38 +0200)
committerMarkham <markham001@gmx.de>
Tue, 21 Aug 2018 10:38:32 +0000 (12:38 +0200)
make/libraries.mk

index 7f2356adf101f5fc154ee968061a65940c20ef14..34ca86f29f6a0cd990ee6d66e62613710c59e4e5 100755 (executable)
@@ -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) \