diff options
Diffstat (limited to 'x11/rxvt-unicode/files/patch-src_genlinedraw')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_genlinedraw | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_genlinedraw b/x11/rxvt-unicode/files/patch-src_genlinedraw index ccd2058fdd73..9161abbbabfe 100644 --- a/x11/rxvt-unicode/files/patch-src_genlinedraw +++ b/x11/rxvt-unicode/files/patch-src_genlinedraw @@ -1,8 +1,8 @@ ---- ./src/genlinedraw.orig Wed Aug 4 04:59:09 2004 -+++ ./src/genlinedraw Tue Aug 10 00:03:21 2004 +--- src/genlinedraw.orig 2014-05-22 18:53:16 UTC ++++ src/genlinedraw @@ -1,4 +1,4 @@ --#!/opt/bin/perl +-#!/usr/bin/perl +#!/usr/bin/env perl - # the generated tables mostly have NOT been checked so far! - + open TABLE, ">", "table/linedraw.h"; + select TABLE; |