0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 13:03:31 +00:00
2023-10-13 16:16:07 +03:00

11 lines
387 B
Diff

--- progress/Makefile 2019-09-06 19:43:06.150151728 +0800
+++ progress_mod/Makefile 2019-09-07 13:12:22.559267641 +0800
@@ -12,6 +12,7 @@
$(error "ncurses package not found")
endif
override LDFLAGS += $(shell $(PKG_CONFIG) ncursesw --libs)
+ override CFLAGS += $(shell $(PKG_CONFIG) ncursesw --cflags)
endif
ifeq ($(UNAME), Darwin)
override LDFLAGS += -lncurses