summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ytree/files/ytree-1.99-tinfo.patch')
-rw-r--r--app-misc/ytree/files/ytree-1.99-tinfo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/ytree/files/ytree-1.99-tinfo.patch b/app-misc/ytree/files/ytree-1.99-tinfo.patch
deleted file mode 100644
index 9656cce88d51..000000000000
--- a/app-misc/ytree/files/ytree-1.99-tinfo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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)