summarylogtreecommitdiffstats
path: root/disable_compile_terminfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable_compile_terminfo.patch')
-rw-r--r--disable_compile_terminfo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/disable_compile_terminfo.patch b/disable_compile_terminfo.patch
new file mode 100644
index 000000000000..462b3c11b6f6
--- /dev/null
+++ b/disable_compile_terminfo.patch
@@ -0,0 +1,21 @@
+--- doc/Makefile.in
++++ doc/Makefile.in
+@@ -69,7 +69,7 @@
+ sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
+
+ $(srcdir)/etc/rxvt-unicode.termcap: $(srcdir)/etc/rxvt-unicode.terminfo
+- tic -C $< >$@
++ # tic -C $< >$@
+
+ tags allbin:
+
+@@ -100,8 +100,8 @@
+ $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
+ $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
+ $(INSTALL_DATA) rclock.1.man $(DESTDIR)$(man1dir)/urclock.$(man1ext)
+- @TIC@ -x $(srcdir)/etc/rxvt-unicode.terminfo || \
+- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++ # @TIC@ -x $(srcdir)/etc/rxvt-unicode.terminfo || \
++ # @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
+
+ distdepend: alldoc