mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
- Python 3.x support - Switch to system brotli - Support tracing Wayland Changes: https://github.com/apitrace/apitrace/compare/7.1-455-g7c76b90...9.0 PR: 242792 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
11 lines
362 B
Python
11 lines
362 B
Python
--- wrappers/trace.py.orig 2019-12-25 20:28:21 UTC
|
|
+++ wrappers/trace.py
|
|
@@ -524,7 +524,7 @@ class Tracer:
|
|
print('# define alloca _alloca')
|
|
print('# endif')
|
|
print('#else')
|
|
- print('# include <alloca.h> // alloca')
|
|
+ print('# include <stdlib.h> // alloca')
|
|
print('#endif')
|
|
print()
|
|
print()
|