1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/devel/apitrace/files/patch-wrappers_trace.py
Yuri Victorovich 837bdc9e36 New port: devel/apitrace: Tools for tracing OpenGL and other graphics APIs
PR:		223002
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13112
2017-11-18 05:38:04 +00:00

11 lines
352 B
Python

--- wrappers/trace.py.orig 2017-10-13 17:18:18 UTC
+++ wrappers/trace.py
@@ -521,7 +521,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