summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ytree/files/ytree-1.92-gentoo.patch')
-rw-r--r--app-misc/ytree/files/ytree-1.92-gentoo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-misc/ytree/files/ytree-1.92-gentoo.patch b/app-misc/ytree/files/ytree-1.92-gentoo.patch
deleted file mode 100644
index 2f5b61d770e0..000000000000
--- a/app-misc/ytree/files/ytree-1.92-gentoo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.org 2008-07-26 16:29:47.000000000 +0200
-+++ Makefile 2010-02-23 17:19:45.000000000 +0100
-@@ -7,7 +7,7 @@
- ############################################################################
-
-
--CC = cc
-+CC ?= cc
-
- #
- # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
-@@ -32,8 +32,8 @@
- COLOR = -DCOLOR_SUPPORT
- CLOCK = -DCLOCK_SUPPORT # Experimental!
- READLINE = -DREADLINE_SUPPORT
--CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
--LDFLAGS = -lncurses -lreadline
-+CFLAGS += -D_GNU_SOURCE $(COLOR) $(CLOCK) $(READLINE)
-+LDFLAGS += -lncurses -lreadline
-
- ###########################
- # LINUX with Wide character support (testet with ncurses 5.4)