ports/93191: [PATCH] fix audacity build errors on amd64/possibly others

Dan Ponte dcp1990 at neptune.atopia.net
Sat Feb 11 17:10:06 UTC 2006


>Number:         93191
>Category:       ports
>Synopsis:       [PATCH] fix audacity build errors on amd64/possibly others
>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:   Sat Feb 11 17:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Ponte
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
Unix Users Anonymous
>Environment:
System: FreeBSD fez.theamigan.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Tue Feb 7 20:19:56 EST 2006 root at fez.theamigan.net:/usr/obj/usr/src/sys/FEZ amd64


	wxgtk2-2.6.2_3
>Description:
	Supposedly, audacity is broken on platforms other than i386. I don't see how this problem is related to this, but applying the included patch lets me build and use audacity on my amd64 machine.
>How-To-Repeat:
	Try to build audacity with the above system.
>Fix:
	Apply this patch (from audacity 1.3 CVS audacity/audacity-src/effects/ToneGen.cpp revision 1.22)

--- tonegen.diff begins here ---
--- work/audacity-src-1.2.4b/src/effects/ToneGen.cpp.old	Sat Feb 11 11:53:25 2006
+++ work/audacity-src-1.2.4b/src/effects/ToneGen.cpp	Sat Feb 11 11:52:07 2006
@@ -265,7 +265,7 @@
    item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
 
    wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
-                                  wxSize(80, -1), 0, NULL);
+                                  wxSize(80, -1), 0, NULL, 0);
    item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
 
    item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
--- tonegen.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list