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.patch25
1 files changed, 24 insertions, 1 deletions
diff --git a/24-bit-color.patch b/24-bit-color.patch
index fe3c2f0ecdf5..d1fedcc8a61b 100644
--- a/24-bit-color.patch
+++ b/24-bit-color.patch
@@ -955,4 +955,27 @@
+ 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)