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 | 97ca4220fddc060e1334f16e04c2aad7356a40a8 (patch) | |
tree | 22fda59519554cece361937d143172ffc1ceb998 /media-sound | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-97ca4220fddc060e1334f16e04c2aad7356a40a8.tar.gz gentoo-2-97ca4220fddc060e1334f16e04c2aad7356a40a8.tar.bz2 gentoo-2-97ca4220fddc060e1334f16e04c2aad7356a40a8.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/trommler/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/trommler/files/trommler-be.patch | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/trommler/ChangeLog b/media-sound/trommler/ChangeLog index 7493b01f222e..a2d91d9ad2f4 100644 --- a/media-sound/trommler/ChangeLog +++ b/media-sound/trommler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/trommler # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/ChangeLog,v 1.21 2008/02/01 20:56:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/ChangeLog,v 1.22 2008/11/17 21:49:35 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/trommler-be.patch: + Fix patch with absolute paths. *trommler-3.8 (01 Feb 2008) diff --git a/media-sound/trommler/files/trommler-be.patch b/media-sound/trommler/files/trommler-be.patch index 49316012d059..cd6cfc7438e1 100644 --- a/media-sound/trommler/files/trommler-be.patch +++ b/media-sound/trommler/files/trommler-be.patch @@ -1,5 +1,5 @@ ---- drummer.c 2004-05-10 22:20:47.000000000 -0400 -+++ /home/jjezak/Trommler/drummer.c 2007-09-07 22:53:57.000000000 -0400 +--- a/drummer.c 2004-05-10 22:20:47.000000000 -0400 ++++ b/drummer.c 2007-09-07 22:53:57.000000000 -0400 @@ -408,6 +408,16 @@ fseek(fp,0,SEEK_SET); DRUM_SAMPLE(drum) = calloc(DRUM_LENGTH(drum),sizeof(INT16)); @@ -17,8 +17,8 @@ fclose(fp); } ---- soundcard.c 2004-05-07 18:18:50.000000000 -0400 -+++ /home/jjezak/Trommler/soundcard.c 2007-09-07 22:53:57.000000000 -0400 +--- a/soundcard.c 2004-05-07 18:18:50.000000000 -0400 ++++ b/soundcard.c 2007-09-07 22:53:57.000000000 -0400 @@ -105,7 +105,11 @@ }Soundcard = { |