summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-05 14:17:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-05 14:18:03 +0200
commit5854e2b72c3814196bd0d2158c302d1632a94b30 (patch)
tree802f2095e8eb8dca7b233ec3b418c495fb450418 /package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am
parent61bb63aebb6ed3a2d4a8c8cadf1004c095e84f65 (diff)
fix compile when autopoint missing
Diffstat (limited to 'package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am')
-rw-r--r--package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am b/package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am
new file mode 100644
index 000000000..ffa9a1529
--- /dev/null
+++ b/package/xbmc/patches/patch-lib_cpluff_libcpluff_Makefile_am
@@ -0,0 +1,11 @@
+--- xbmc-13.0rc1.orig/lib/cpluff/libcpluff/Makefile.am 2014-04-30 15:43:53.000000000 +0200
++++ xbmc-13.0rc1/lib/cpluff/libcpluff/Makefile.am 2014-05-05 13:53:11.766461900 +0200
+@@ -6,7 +6,7 @@
+
+ SUBDIRS = docsrc
+
+-LIBS = @LIBS_LIBCPLUFF@ @LTLIBINTL@ @LIBS@
++LIBS = @LIBS_LIBCPLUFF@ @LIBS@
+
+ CPPFLAGS = @CPPFLAGS@
+ CPPFLAGS += -I. -DCP_C_API=CP_EXPORT -DCP_HOST="\"$(host)\"" -DCP_DATADIR="\"$(datadir)\""