diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 19:45:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 19:45:26 +0200 |
commit | 56f9a25fb7a3e325a4bcd8c6b28fa6502f68842b (patch) | |
tree | 4987fd4187d12429b151733c9af5ecbc50b56de1 /package/xbmc/patches/patch-Makefile_include_in | |
parent | 45790ac926148914b924262297872abed6953f9b (diff) |
update to gotham rc1, fix Darwin cross problems
Diffstat (limited to 'package/xbmc/patches/patch-Makefile_include_in')
-rw-r--r-- | package/xbmc/patches/patch-Makefile_include_in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/xbmc/patches/patch-Makefile_include_in b/package/xbmc/patches/patch-Makefile_include_in index 2706f6698..6e3e10640 100644 --- a/package/xbmc/patches/patch-Makefile_include_in +++ b/package/xbmc/patches/patch-Makefile_include_in @@ -1,10 +1,10 @@ ---- xbmc-12.2.orig/Makefile.include.in 2013-05-03 07:57:40.000000000 +0200 -+++ xbmc-12.2/Makefile.include.in 2013-07-31 11:46:19.000000000 +0200 -@@ -32,6 +32,7 @@ CC=@CC@ - CXXFLAGS+=@CXXFLAGS@ - CFLAGS+=@CFLAGS@ +--- xbmc-24032014.orig/Makefile.include.in 2014-03-24 15:52:26.000000000 +0100 ++++ xbmc-24032014/Makefile.include.in 2014-03-25 10:05:01.625705714 +0100 +@@ -37,6 +37,7 @@ CFLAGS+=@CFLAGS@ + CFLAGS_FOR_BUILD+=@CFLAGS_FOR_BUILD@ LDFLAGS+=@LDFLAGS@ + LDFLAGS_FOR_BUILD+=@LDFLAGS_FOR_BUILD@ +INCLUDES+=@CPPFLAGS@ INCLUDES+=-I@abs_top_srcdir@/lib INCLUDES+=-I@abs_top_srcdir@/xbmc - INCLUDES+=$(sort @INCLUDES@) + INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.gui |