summarylogtreecommitdiffstats
path: root/24-bit-color.patch
diff options
context:
space:
mode:
Diffstat (limited to '24-bit-color.patch')
-rw-r--r--24-bit-color.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/24-bit-color.patch b/24-bit-color.patch
index d1fedcc8a61b..5671bc8b4845 100644
--- a/24-bit-color.patch
+++ b/24-bit-color.patch
@@ -955,27 +955,3 @@
+ gcvalue.foreground = term->lookup_color(Color_border, term->pix_colors_focused);
ShadowGC = XCreateGC (term->dpy, win, GCForeground, &gcvalue);
}
-
---- Makefile.in
-+++ Makefile.in
-@@ -27,9 +27,9 @@
- first_rule: all
- dummy:
-
--subdirs = src doc
-+subdirs = src
-
--RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install
-+RECURSIVE_TARGETS = all allbin tags clean distclean realclean install
-
- #-------------------------------------------------------------------------
-
-@@ -68,7 +68,7 @@
- rm -f Makefile
-
- distdir:
-- cd doc && $(MAKE) distdepend
-+ #cd doc && $(MAKE) distdepend
- cd src && $(MAKE) depend
- rm -rf $(VERNAME)
- mkdir $(VERNAME)