View | Details | Raw Unified | Return to bug 65319
Collapse All | Expand All

(-)xmms-jack/Makefile (-4 lines)
Lines 33-42 Link Here
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if ${OSVERSION} <= 500000
37
BROKEN=		"Does not compile"
38
.endif
39
40
post-patch:
36
post-patch:
41
	@${RM} -rf ${WRKSRC}/.libs
37
	@${RM} -rf ${WRKSRC}/.libs
42
	@${RM} -rf ${WRKSRC}/autom4te.cache
38
	@${RM} -rf ${WRKSRC}/autom4te.cache
(-)xmms-jack/files/patch-bio2jack.c (+19 lines)
Line 0 Link Here
1
--- bio2jack.c.orig	Thu Apr  8 10:03:08 2004
2
+++ bio2jack.c	Thu Apr  8 10:07:28 2004
3
@@ -585,6 +585,7 @@
4
       /* and transition to STOPPED */
5
       if(this->state == RESET)
6
       {
7
+		wave_header_t *wh;
8
           this->written_client_bytes    = 0;
9
           this->played_client_bytes     = 0;  /* number of the clients bytes that jack has played */
10
 
11
@@ -598,7 +599,7 @@
12
           /* free up all of the buffers of audio that are queued */
13
           /* NOTE: this needs to be done inside of the callback because */
14
           /*  the callback could be using any of these buffers */
15
-          wave_header_t *wh = this->pPlayPtr;
16
+		wh = this->pPlayPtr;
17
           while(wh)
18
           {
19
               wh = wh->pNext;

Return to bug 65319