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/trommler | |
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/trommler')
-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 = { |