mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
ChangeLog: https://www.freshports.org/cad/PrusaSlicer/ PR: 267772 Reported by: teodorsigaev@gmail.com (maintainer)
11 lines
300 B
C
11 lines
300 B
C
--- src/avrdude/libavrdude.h.orig 2022-09-06 07:09:19 UTC
|
|
+++ src/avrdude/libavrdude.h
|
|
@@ -950,6 +950,8 @@ int read_config_builtin();
|
|
// Header file for alloca()
|
|
#if defined(WIN32NATIVE)
|
|
# include <malloc.h>
|
|
+#elif defined __FreeBSD__
|
|
+# include <stdlib.h>
|
|
#else
|
|
# include <alloca.h>
|
|
#endif
|