diff options
Diffstat (limited to 'audio/faust/files/patch-compiler_errors_exception.hh')
-rw-r--r-- | audio/faust/files/patch-compiler_errors_exception.hh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/faust/files/patch-compiler_errors_exception.hh b/audio/faust/files/patch-compiler_errors_exception.hh index 8caa95b56ffd..48727b3d850c 100644 --- a/audio/faust/files/patch-compiler_errors_exception.hh +++ b/audio/faust/files/patch-compiler_errors_exception.hh @@ -1,15 +1,14 @@ ---- compiler/errors/exception.hh.orig 2025-01-10 00:10:01 UTC +--- compiler/errors/exception.hh.orig 2025-03-11 20:48:17 UTC +++ compiler/errors/exception.hh -@@ -25,8 +25,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, U +@@ -24,7 +24,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, U + #include <sstream> #include <stdexcept> #ifndef WIN32 - #include <unistd.h> +# if !defined(__FreeBSD__) #include <alloca.h> --#else +# else +#include <stdlib.h> +# endif + #include <unistd.h> + #else // #include <io.h> - #endif - |