Bug 52298 - TerminatorX: gcc 3.X compatibility for port
Summary: TerminatorX: gcc 3.X compatibility for port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-15 22:00 UTC by Sean Chittenden
Modified: 2003-06-05 22:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Chittenden 2003-05-15 22:00:24 UTC
Will now compile on -CURRENT...

Fix: 

-int oss_select_dsp_only(const struct dirent *entry){
+int oss_select_dsp_only(struct dirent *entry){
        return (strstr(entry->d_name, "dsp")!=0);
 }--PKae56Y3oCteA8YOROi2rMWqAN2eTTV1EDOUJbbuxoKhuj9k
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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;
How-To-Repeat: 

make with gcc 3.X
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2003-06-05 22:12:47 UTC
State Changed
From-To: open->closed

Committed, thanks!