diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 14:17:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 14:18:03 +0200 |
commit | 5854e2b72c3814196bd0d2158c302d1632a94b30 (patch) | |
tree | 802f2095e8eb8dca7b233ec3b418c495fb450418 /package/xbmc/patches/patch-lib_cpluff_configure_ac | |
parent | 61bb63aebb6ed3a2d4a8c8cadf1004c095e84f65 (diff) |
fix compile when autopoint missing
Diffstat (limited to 'package/xbmc/patches/patch-lib_cpluff_configure_ac')
-rw-r--r-- | package/xbmc/patches/patch-lib_cpluff_configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-lib_cpluff_configure_ac b/package/xbmc/patches/patch-lib_cpluff_configure_ac new file mode 100644 index 000000000..d38754bfd --- /dev/null +++ b/package/xbmc/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 + # ------------------- |