summaryrefslogtreecommitdiff
path: root/app-misc/ytree/files/ytree-1.99-tinfo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-05 00:00:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-05 00:00:45 +0100
commitb594445f39d99066071d80fc8efeba5c8f72cc35 (patch)
tree9bf469821b12ac103807e30a6f7751d955648125 /app-misc/ytree/files/ytree-1.99-tinfo.patch
parent7f3fecbb5b871825fe9632f46659869cab6a3769 (diff)
gentoo auto-resync : 05:05:2024 - 00:00:45
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 47b5f2924a56..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)