summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-05-31 15:30:35 +0000
committerJeroen Roovers <jer@gentoo.org>2013-05-31 15:30:35 +0000
commit2024571a011a98b43f480b1bd8e8d18e237bfe97 (patch)
tree5c62215087a90fde63c6b866948f46b478576ebf /media-tv/xawtv/files
parentAdd USE dependency default in preparation for the removal of the semantic-des... (diff)
downloadgentoo-2-2024571a011a98b43f480b1bd8e8d18e237bfe97.tar.gz
gentoo-2-2024571a011a98b43f480b1bd8e8d18e237bfe97.tar.bz2
gentoo-2-2024571a011a98b43f480b1bd8e8d18e237bfe97.zip
Fix relative paths in patch (bug #471818 by Aaron Pelton).
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-tv/xawtv/files')
-rw-r--r--media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch b/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch
index ab635f73a9ac..7a1ff5e71f02 100644
--- a/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch
+++ b/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch
@@ -1,9 +1,8 @@
Patch from Andreas Jochens
http://lists.debian.org/debian-qa-packages/2006/08/msg00519.html
-diff -urN ../tmp-orig/xawtv-3.95/console/fbtools.c ./console/fbtools.c
---- ../tmp-orig/xawtv-3.95/console/fbtools.c 2003-02-14 14:14:04.000000000 +0000
-+++ ./console/fbtools.c 2006-08-23 10:57:40.000000000 +0000
+--- a/console/fbtools.c 2003-02-14 14:14:04.000000000 +0000
++++ b/console/fbtools.c 2006-08-23 10:57:40.000000000 +0000
@@ -21,8 +21,6 @@
#include <linux/vt.h>
#include <linux/fb.h>
@@ -22,9 +21,8 @@ diff -urN ../tmp-orig/xawtv-3.95/console/fbtools.c ./console/fbtools.c
fb_mem = mmap(NULL,fb_fix.smem_len+fb_mem_offset,
PROT_READ|PROT_WRITE,MAP_SHARED,fb,0);
if (-1L == (long)fb_mem) {
-diff -urN ../tmp-orig/xawtv-3.95/console/matrox.c ./console/matrox.c
---- ../tmp-orig/xawtv-3.95/console/matrox.c 2005-02-03 10:40:41.000000000 +0000
-+++ ./console/matrox.c 2006-08-23 11:09:51.000000000 +0000
+--- a/console/matrox.c 2005-02-03 10:40:41.000000000 +0000
++++ b/console/matrox.c 2006-08-23 11:09:51.000000000 +0000
@@ -9,7 +9,6 @@
#include <sys/ioctl.h>
#include <sys/mman.h>