freebsd-ports/audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp
Guido Falsi 8a1906c339 - Update to 5.18.02
- Remove ABI version numbers from LIB_DEPENDS
- Add patch to avoid a rare segfault
- While here, trim Makefile headers

PR:		ports/172109
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2012-10-02 06:53:38 +00:00

15 lines
427 B
C++

--- frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp.orig 2012-08-31 15:40:35.000000000 +0200
+++ frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp 2012-10-01 23:21:42.734591150 +0200
@@ -4,9 +4,11 @@
#endif
//CS5GUI_EXPERIMENTAL device query section left out for Windows and Mac while the problem is found
+#ifndef __FreeBSD__
#ifdef LINUX
#define CS5GUI_EXPERIMENTAL
#endif
+#endif
#include "csound.hpp"