ports/audio/faust/files/patch-compiler_errors_exception.hh
2025-06-29 15:04:26 -07:00

15 lines
364 B
C++

--- compiler/errors/exception.hh.orig 2025-03-11 20:48:17 UTC
+++ compiler/errors/exception.hh
@@ -24,7 +24,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, U
#include <sstream>
#include <stdexcept>
#ifndef WIN32
+# if !defined(__FreeBSD__)
#include <alloca.h>
+# else
+#include <stdlib.h>
+# endif
#include <unistd.h>
#else
// #include <io.h>