summaryrefslogtreecommitdiff
path: root/package/obexftp/patches/patch-obexftp_CMakeLists_txt
diff options
context:
space:
mode:
Diffstat (limited to 'package/obexftp/patches/patch-obexftp_CMakeLists_txt')
-rw-r--r--package/obexftp/patches/patch-obexftp_CMakeLists_txt14
1 files changed, 14 insertions, 0 deletions
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 )