]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- fix tic Memory Fault
authorBartłomiej Zimoń <cactus@pld-linux.org>
Fri, 27 Jan 2012 22:33:06 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    urxvt-tic.patch -> 1.1

urxvt-tic.patch [new file with mode: 0644]

diff --git a/urxvt-tic.patch b/urxvt-tic.patch
new file mode 100644 (file)
index 0000000..523d6f2
--- /dev/null
@@ -0,0 +1,11 @@
+--- rxvt-unicode-9.15/doc/Makefile.in.orig     2011-12-28 03:31:26.000000000 +0100
++++ rxvt-unicode-9.15/doc/Makefile.in  2012-01-28 00:57:55.845614629 +0100
+@@ -102,7 +102,7 @@
+       $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
+ @IF_PERL@     $(INSTALL) -d $(DESTDIR)$(man3dir)
+ @IF_PERL@     $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
+-      @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++      @TIC@ -o $(srcdir) $(srcdir)/etc/rxvt-unicode.terminfo
+ distdepend: alldoc
This page took 0.138602 seconds and 4 git commands to generate.