FreeBSD Bugzilla – Attachment 41811 Details for
Bug 65319
[PATCH] audio/xmms-jack -- fix build on 4.x(gcc2.95)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
Michael Johnson
on 2004-04-08 11:20:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-04-08 11:20:15 UTC
Size:
1.29 KB
patch
obsolete
>diff -ruN xmms-jack.orig/Makefile xmms-jack/Makefile >--- xmms-jack.orig/Makefile Wed Apr 7 17:45:33 2004 >+++ xmms-jack/Makefile Thu Apr 8 06:11:44 2004 >@@ -33,10 +33,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} <= 500000 >-BROKEN= "Does not compile" >-.endif >- > post-patch: > @${RM} -rf ${WRKSRC}/.libs > @${RM} -rf ${WRKSRC}/autom4te.cache >diff -ruN xmms-jack.orig/files/patch-bio2jack.c xmms-jack/files/patch-bio2jack.c >--- xmms-jack.orig/files/patch-bio2jack.c Wed Dec 31 19:00:00 1969 >+++ xmms-jack/files/patch-bio2jack.c Thu Apr 8 06:08:25 2004 >@@ -0,0 +1,19 @@ >+--- bio2jack.c.orig Thu Apr 8 10:03:08 2004 >++++ bio2jack.c Thu Apr 8 10:07:28 2004 >+@@ -585,6 +585,7 @@ >+ /* and transition to STOPPED */ >+ if(this->state == RESET) >+ { >++ wave_header_t *wh; >+ this->written_client_bytes = 0; >+ this->played_client_bytes = 0; /* number of the clients bytes that jack has played */ >+ >+@@ -598,7 +599,7 @@ >+ /* free up all of the buffers of audio that are queued */ >+ /* NOTE: this needs to be done inside of the callback because */ >+ /* the callback could be using any of these buffers */ >+- wave_header_t *wh = this->pPlayPtr; >++ wh = this->pPlayPtr; >+ while(wh) >+ { >+ wh = wh->pNext;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65319
: 41811