freebsd-ports/multimedia/bino/files/patch-src_base_str.h
Niclas Zeising 7614763208 Update to 1.6.5
Switch to use QT5
Add patch to fix build with recent update to graphics/glew

PR:		223426
Submitted by:	zeising
Approved by:	maintainer timeout
2017-11-18 19:38:30 +00:00

10 lines
244 B
C++

--- src/base/str.h.orig 2017-11-04 13:56:43 UTC
+++ src/base/str.h
@@ -31,6 +31,7 @@
#include <vector>
#include <cstdarg>
#include <cerrno>
+#include <ctime>
#ifdef __GNUC__
# define STR_AFP(a, b) __attribute__ ((format (printf, a, b)))