diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:03 +0100 |
commit | 469b35af91f6b8123943bab064ecf362e28bc438 (patch) | |
tree | a0d84be7d01cd656987e1deb7e032830682d3263 /package/libXt/patches/patch-util_Makefile_in | |
parent | 3a26d8a1629c063d336d61e0fcf622056499204e (diff) |
fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba support
Diffstat (limited to 'package/libXt/patches/patch-util_Makefile_in')
-rw-r--r-- | package/libXt/patches/patch-util_Makefile_in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXt/patches/patch-util_Makefile_in b/package/libXt/patches/patch-util_Makefile_in index a92166c93..b20260a8e 100644 --- a/package/libXt/patches/patch-util_Makefile_in +++ b/package/libXt/patches/patch-util_Makefile_in @@ -5,7 +5,7 @@ CHANGELOG_CMD = @CHANGELOG_CMD@ CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -+CPPFLAGS = ++CPPFLAGS = @CPPFLAGS_FOR_BUILD@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ |