pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

2006Q1 audio/audacity fails to build on 3.0/amd64



The same thing as with vlc. Here is a patch:

$NetBSD$

--- src/effects/ToneGen.cpp.dist        2005-11-27 03:33:32.000000000 +0100
+++ src/effects/ToneGen.cpp     2006-04-05 21:20:53.000000000 +0200
@@ -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, (const wxString *)NULL);
    item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
 
    item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl        -- Cetero censeo "authored" delendum esse.



Home | Main Index | Thread Index | Old Index