You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/ytree/files/ytree-1.99-tinfo.patch

16 lines
463 B

Fix build sys-libs/ncurses[tinfo]
Bug: https://bugs.gentoo.org/690348
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
#CLOCK = -DCLOCK_SUPPORT # Experimental!
READLINE = -DREADLINE_SUPPORT
CFLAGS += -D_GNU_SOURCE $(COLOR) $(CLOCK) $(READLINE) $(ADD_CFLAGS)
-LDFLAGS += -lncurses -lreadline
+LDFLAGS += `${PKG_CONFIG} --libs ncurses` -lreadline
###########################
# LINUX with Wide character support (testet with ncurses 5.4)