summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/nvrec/files/20030217.patch')
-rw-r--r--media-tv/nvrec/files/20030217.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-tv/nvrec/files/20030217.patch b/media-tv/nvrec/files/20030217.patch
deleted file mode 100644
index 894d2340e9f1..000000000000
--- a/media-tv/nvrec/files/20030217.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bootstrap 2003-03-18 09:06:07.000000000 +0100
-+++ bootstrap.new 2003-03-18 09:05:43.000000000 +0100
-@@ -4,7 +4,7 @@
- $AMREQUIRE=10601;
- $OK=1;
-
--open(COMMAND, "automake --version |") or die "could not execute automake";
-+open(COMMAND, "automake-1.6 --version |") or die "could not execute automake";
- while(<COMMAND>){
- if ($_ =~ /automake .* (\d+)\.(\d+)\.(\d+)/i){
- $ambranch = $1;