Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 02:31:48 GMT
From:      Ron MacNeil <macro@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94400: [patch] to build audio/libtunepimp with gcc 4.1
Message-ID:  <200603130231.k2D2Vm1r075015@www.freebsd.org>
Resent-Message-ID: <200603130240.k2D2eLPB060128@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94400
>Category:       ports
>Synopsis:       [patch] to build audio/libtunepimp with gcc 4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 13 02:40:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ron MacNeil
>Release:        7-CURRENT
>Organization:
>Environment:
FreeBSD ... 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Mar  1 13:28:02 EST 2006     ...@...:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
audio/libtunepimp can't currently be compiled with gcc41
>How-To-Repeat:

>Fix:
Add the following as a new patch file in audio/libtunepimp/files:

--- ../libtunepimp-0.3.0.orig/lib/metadata.h	Mon Mar 13 12:29:00 2006
+++ lib/metadata.h	Mon Mar 13 12:30:12 2006
@@ -55,7 +55,7 @@
     // This is only used in case of TRM collision
     int           numTRMIds;
 
-    Metadata::Metadata(void) 
+    Metadata(void) 
     { 
         trackNum = 0; 
         duration = 0; 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603130231.k2D2Vm1r075015>