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/trommler/files | |
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/trommler/files')
-rw-r--r-- | media-sound/trommler/files/trommler-be.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 = { |