summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 21:12:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 21:12:46 +0000
commit15f94b6c7831a55154c01a05b16379dd3d2d86f2 (patch)
tree92f63dd57beeace9d14eb96df5d9cce7e9f9c348 /media-gfx/xloadimage
parentRemove mask on >=sys-block/open-iscsi-2.0.868_rc1, works for me plus older ve... (diff)
downloadgentoo-2-15f94b6c7831a55154c01a05b16379dd3d2d86f2.tar.gz
gentoo-2-15f94b6c7831a55154c01a05b16379dd3d2d86f2.tar.bz2
gentoo-2-15f94b6c7831a55154c01a05b16379dd3d2d86f2.zip
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-gfx/xloadimage')
-rw-r--r--media-gfx/xloadimage/ChangeLog6
-rw-r--r--media-gfx/xloadimage/files/xloadimage-4.1-unaligned-access.patch12
2 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/xloadimage/ChangeLog b/media-gfx/xloadimage/ChangeLog
index 2d5e9778a4b3..41354efbf6d0 100644
--- a/media-gfx/xloadimage/ChangeLog
+++ b/media-gfx/xloadimage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/xloadimage
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.41 2008/01/15 18:37:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.42 2008/11/17 21:12:46 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/xloadimage-4.1-unaligned-access.patch:
+ Fix patch with absolute paths.
15 Jan 2008; Fabian Groffen <grobian@gentoo.org> xloadimage-4.1-r4.ebuild,
xloadimage-4.1-r5.ebuild:
diff --git a/media-gfx/xloadimage/files/xloadimage-4.1-unaligned-access.patch b/media-gfx/xloadimage/files/xloadimage-4.1-unaligned-access.patch
index 22c716f25f77..874ad8a4f329 100644
--- a/media-gfx/xloadimage/files/xloadimage-4.1-unaligned-access.patch
+++ b/media-gfx/xloadimage/files/xloadimage-4.1-unaligned-access.patch
@@ -1,6 +1,6 @@
diff -ruN ./cmuwmraster.c /tmp/xloadimage.4.1/cmuwmraster.c
---- ./cmuwmraster.c 2005-07-23 13:15:50 -0700
-+++ /tmp/xloadimage.4.1/cmuwmraster.c 2005-07-23 13:08:36 -0700
+--- a/cmuwmraster.c 2005-07-23 13:15:50 -0700
++++ b/cmuwmraster.c 2005-07-23 13:08:36 -0700
@@ -20,7 +20,7 @@
char *name;
struct cmuwm_header *headerp;
@@ -11,8 +11,8 @@ diff -ruN ./cmuwmraster.c /tmp/xloadimage.4.1/cmuwmraster.c
memToVal(headerp->width, sizeof(long)),
memToVal(headerp->height, sizeof(long)),
diff -ruN ./niff.c /tmp/xloadimage.4.1/niff.c
---- ./niff.c 2005-07-23 13:15:50 -0700
-+++ /tmp/xloadimage.4.1/niff.c 2005-07-23 13:07:55 -0700
+--- a/niff.c 2005-07-23 13:15:50 -0700
++++ b/niff.c 2005-07-23 13:07:55 -0700
@@ -24,18 +24,18 @@
memToVal(header->width, 4),
memToVal(header->height, 4));
@@ -36,8 +36,8 @@ diff -ruN ./niff.c /tmp/xloadimage.4.1/niff.c
default:
printf("image with an unknown type");
diff -ruN ./root.c /tmp/xloadimage.4.1/root.c
---- ./root.c 2005-07-23 13:15:51 -0700
-+++ /tmp/xloadimage.4.1/root.c 2005-07-23 13:05:48 -0700
+--- a/root.c 2005-07-23 13:15:51 -0700
++++ b/root.c 2005-07-23 13:05:48 -0700
@@ -68,8 +68,8 @@
Pixmap *pm;
Atom actual_type; /* NOTUSED */