diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:49:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:49:35 +0000 |
commit | e2de8d4dae946ddae5fc2eaf438c3d9e2500f6da (patch) | |
tree | 0526e4db500c191be0e1bf24a716c4c5106fcf2c /media-sound/esound | |
parent | Fix patch with absolute paths. (diff) | |
download | historical-e2de8d4dae946ddae5fc2eaf438c3d9e2500f6da.tar.gz historical-e2de8d4dae946ddae5fc2eaf438c3d9e2500f6da.tar.bz2 historical-e2de8d4dae946ddae5fc2eaf438c3d9e2500f6da.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'media-sound/esound')
-rw-r--r-- | media-sound/esound/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/esound/files/esound-0.2.32-amd64.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog index 770ae07cd4c5..6236cb1ead83 100644 --- a/media-sound/esound/ChangeLog +++ b/media-sound/esound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/esound # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.118 2008/09/07 18:48:48 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.119 2008/11/17 21:49:05 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/esound-0.2.32-amd64.patch: + Fix patch with absolute paths. *esound-0.2.40 (07 Sep 2008) diff --git a/media-sound/esound/files/esound-0.2.32-amd64.patch b/media-sound/esound/files/esound-0.2.32-amd64.patch index d553890f007e..22c81bcdf561 100644 --- a/media-sound/esound/files/esound-0.2.32-amd64.patch +++ b/media-sound/esound/files/esound-0.2.32-amd64.patch @@ -1,5 +1,5 @@ ---- clients.c 2003-07-05 10:32:07.000000000 -0400 -+++ /root/clients.c 2004-02-03 23:34:29.000000000 -0500 +--- a/clients.c 2003-07-05 10:32:07.000000000 -0400 ++++ b/clients.c 2004-02-03 23:34:29.000000000 -0500 @@ -155,7 +155,7 @@ if ( esd_use_ipv6 ) { char addrbuf[INET6_ADDRSTRLEN]; |