From f8109a31aa2c0666a973f3aade7bf35c7bc08a1b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2015 21:24:33 +0200 Subject: update obexftp to latest stable version --- package/obexftp/patches/patch-obexftp_CMakeLists_txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/obexftp/patches/patch-obexftp_CMakeLists_txt (limited to 'package/obexftp/patches/patch-obexftp_CMakeLists_txt') diff --git a/package/obexftp/patches/patch-obexftp_CMakeLists_txt b/package/obexftp/patches/patch-obexftp_CMakeLists_txt new file mode 100644 index 000000000..8e3e65526 --- /dev/null +++ b/package/obexftp/patches/patch-obexftp_CMakeLists_txt @@ -0,0 +1,14 @@ +--- obexftp-0.24-Source.orig/obexftp/CMakeLists.txt 2013-03-05 21:43:50.000000000 +0100 ++++ obexftp-0.24-Source/obexftp/CMakeLists.txt 2015-06-10 16:41:41.000000000 +0200 +@@ -24,11 +24,6 @@ set ( obexftp_HEADERS + ${obexftp_PUBLIC_HEADERS} + ) + +-find_package ( Iconv REQUIRED ) +-add_definitions ( -DHAVE_ICONV ) +-if ( ICONV_USES_CONST ) +- add_definitions ( -DICONV_CONST=const ) +-endif ( ICONV_USES_CONST ) + find_file ( HAVE_LANGINFO_H NAMES langinfo.h ) + if ( HAVE_LANGINFO_H ) + add_definitions ( -DHAVE_LANGINFO_H ) -- cgit v1.2.3