Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2003 00:09:22 +0300
From:      "Samy Al Bahra" <samy@kerneled.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52298: TerminatorX: gcc 3.X compatibility for port
Message-ID:  1053032948@chucky.freebsd.local
Resent-Message-ID: <200305152100.h4FL0Ouu017950@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         52298
>Category:       ports
>Synopsis:       TerminatorX: gcc 3.X compatibility for port
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 15 14:00:24 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Samy Al Bahra
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Kerneled 
>Environment:


System: FreeBSD chucky.freebsd.local 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sun May  4 19:02:40 AST 2003     samy@chucky.freebsd.local:/usr/obj/usr/src/sys/KERNELED i386  


>Description:


Will now compile on -CURRENT...


>How-To-Repeat:


make with gcc 3.X


>Fix:


--- src/tX_dialog.cc.orig   Thu May 15 23:19:39 2003
+++ src/tX_dialog.cc        Thu May 15 23:31:22 2003
@@ -185,5 +185,5 @@
 static GList *oss_devices=NULL;

-int oss_select_dsp_only(const struct dirent *entry){
+int oss_select_dsp_only(struct dirent *entry){
        return (strstr(entry->d_name, "dsp")!=0);
 }




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



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