distribution/packages/multimedia/gmu/patches/001-fix-linking.patch
2023-07-15 23:22:41 +00:00

13 lines
478 B
Diff

diff --git a/Makefile b/Makefile
index 00b8677..8774c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ include config.mk
PREFIX?=/usr/local
CFLAGS+=$(COPTS) -pipe -Wall -Wcast-qual -Wno-variadic-macros -Wuninitialized -Wcast-align -Wredundant-decls -Wmissing-declarations -DFILE_HW_H="\"hw_$(TARGET).h\"" -DGMU_INSTALL_PREFIX="\"$(PREFIX)\""
-LFLAGS+=-pthread
+LFLAGS+=-pthread -lncursesw -ltinfow
# Release build compiler/linker flags
ifeq ($(RELEASE_BUILD),1)