summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-29 08:07:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-29 08:07:42 +0100
commit50dc4372e21202d2e285bd295ec18c759b66c4d9 (patch)
treed1567429c120802fe5adc11ef988544aec7a100d /package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile
parent97004f38266b1106bb1823cbbcbd4e63d11210c9 (diff)
fix xbmc compile under Darwin
Diffstat (limited to 'package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile')
-rw-r--r--package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile b/package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile
new file mode 100644
index 000000000..fefd93909
--- /dev/null
+++ b/package/xbmc/patches/patch-xbmc_powermanagement_linux_Makefile
@@ -0,0 +1,12 @@
+--- xbmc-12.3-Frodo.orig/xbmc/powermanagement/linux/Makefile 2013-12-12 22:47:49.000000000 +0100
++++ xbmc-12.3-Frodo/xbmc/powermanagement/linux/Makefile 2014-01-29 07:59:01.000000000 +0100
+@@ -2,7 +2,8 @@ SRCS=ConsoleDeviceKitPowerSyscall.cpp \
+ ConsoleUPowerSyscall.cpp \
+ HALPowerSyscall.cpp \
+ UPowerSyscall.cpp \
+- SystemdUPowerSyscall.cpp
++ SystemdUPowerSyscall.cpp \
++ LinuxPowerSyscall.cpp
+
+ LIB=powermanagement_linux.a
+