diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:58:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:58:29 +0200 |
commit | 3e1c67b68f5a878d726526070a0a03675ec992e1 (patch) | |
tree | 6ac65bfd7bd4b3b633325dbc4b12b961a96304da /package/kodi/patches/patch-lib_cpluff_configure_ac | |
parent | 461bb11b91a766ea607b20558a3315e7e6f6e894 (diff) | |
parent | 76b0c60b5a04647a13cf0fd975ab84972ae1e51d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kodi/patches/patch-lib_cpluff_configure_ac')
-rw-r--r-- | package/kodi/patches/patch-lib_cpluff_configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-lib_cpluff_configure_ac b/package/kodi/patches/patch-lib_cpluff_configure_ac new file mode 100644 index 000000000..d38754bfd --- /dev/null +++ b/package/kodi/patches/patch-lib_cpluff_configure_ac @@ -0,0 +1,11 @@ +--- xbmc-13.0rc1.orig/lib/cpluff/configure.ac 2014-04-30 15:43:53.000000000 +0200 ++++ xbmc-13.0rc1/lib/cpluff/configure.ac 2014-05-05 13:03:32.437577723 +0200 +@@ -46,8 +46,6 @@ AC_SUBST([CP_CXX_LIB_VERSION]) + # ----------------------- + AM_INIT_AUTOMAKE([foreign]) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +-AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.16.1]) + + # C/C++ compiler settings + # ------------------- |