From 13ca35d735c778e253b60c05151bec5008b3b7ef Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 9 Nov 2017 20:09:18 +0000 Subject: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr --- x11/rxvt-unicode/files/patch-src_gencompose | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11/rxvt-unicode/files/patch-src_gencompose') diff --git a/x11/rxvt-unicode/files/patch-src_gencompose b/x11/rxvt-unicode/files/patch-src_gencompose index 6ab69da246f6..6e66001b4661 100644 --- a/x11/rxvt-unicode/files/patch-src_gencompose +++ b/x11/rxvt-unicode/files/patch-src_gencompose @@ -1,8 +1,8 @@ ---- ./src/gencompose.orig Wed Aug 4 04:59:09 2004 -+++ ./src/gencompose Tue Aug 10 00:03:21 2004 +--- src/gencompose.orig 2014-05-22 18:53:16 UTC ++++ src/gencompose @@ -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 UNIDATA, "<", "www.unicode.org/Public/UNIDATA/UnicodeData.txt" + or die "www.unicode.org/Public/UNIDATA/UnicodeData.txt: $!"; -- cgit v1.2.3