summaryrefslogtreecommitdiff
path: root/package/obexftp/patches/patch-obexftp_CMakeLists_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:24:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:42 +0200
commitf8109a31aa2c0666a973f3aade7bf35c7bc08a1b (patch)
tree001f81b14abc8f56edae425b3d77d7be0c243a33 /package/obexftp/patches/patch-obexftp_CMakeLists_txt
parent043be2fafbb033477059138f6f60bfa156c53e30 (diff)
update obexftp to latest stable version
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 )