summarylogtreecommitdiffstats
path: root/24-bit-color.patch
diff options
context:
space:
mode:
authorRosy2023-08-16 17:55:57 +1200
committerRosy2023-08-16 17:55:57 +1200
commitaaf0c7cfaee90181d8f931f12704f5695bbd67da (patch)
tree5e8b4a12192f6b12fa4456a87bf2bdcc5be656cb /24-bit-color.patch
parent309d30ca1313f1d3c6eea9c65d87f30271508019 (diff)
downloadaur-aaf0c7cfaee90181d8f931f12704f5695bbd67da.tar.gz
updated patch file, removed docs from compile
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)