ports/multimedia/kodi/files/patch-xbmc_guilib_XBTF.h
Thomas Zander abdce43352 Update to upstream version 16.0
Detailed maintainer log:
- pulseaudio removed from default option: because otherwise kodi will select
  pulseaudio first and it's really not needed.
- texturepacker disabled: because it's so heavily broken in upstream. not
  really important. it will be back in 17.0 with the new cmake build system.
- switch to swig3, like all linux distrib (no change)

PR:		208456
Submitted by:	mickael.maillot@gmail.com (maintainer)
2016-04-16 18:08:55 +00:00

10 lines
190 B
C++

--- xbmc/guilib/XBTF.h.orig 2016-02-20 15:21:19 UTC
+++ xbmc/guilib/XBTF.h
@@ -22,6 +22,7 @@
#include <map>
#include <string>
#include <vector>
+#include <ctime>
#include <stdint.h>