mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
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)
10 lines
248 B
C++
10 lines
248 B
C++
--- xbmc/windowing/WinEventsX11.cpp.orig 2016-02-20 15:21:19 UTC
|
|
+++ xbmc/windowing/WinEventsX11.cpp
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#ifdef HAS_X11_WIN_EVENTS
|
|
|
|
+#include <locale.h>
|
|
#include "WinEvents.h"
|
|
#include "WinEventsX11.h"
|
|
#include "Application.h"
|