Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 12:02:40 -0500 (EST)
From:      Dan Ponte <dcp1990@neptune.atopia.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Ponte <dcp1990@neptune.atopia.net>
Subject:   ports/93191: [PATCH] fix audacity build errors on amd64/possibly others
Message-ID:  <200602111702.k1BH2elv030424@fez.theamigan.net>
Resent-Message-ID: <200602111710.k1BHA3jA095561@freefall.freebsd.org>

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

>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@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:



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