summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch')
-rw-r--r--app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch b/app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch
index a9a70f79168d..b805bc6250f0 100644
--- a/app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch
+++ b/app-mobilephone/obexftp/files/obexftp-0.23-gentoo.patch
@@ -22,25 +22,3 @@ diff -Nru obexftp-0.23.orig/apps/obexftp.c obexftp-0.23/apps/obexftp.c
#ifdef HAVE_SYS_TIMES_H
#include <sys/times.h>
#endif
-diff -Nru obexftp-0.23.orig/swig/ruby/extconf.rb obexftp-0.23/swig/ruby/extconf.rb
---- obexftp-0.23.orig/swig/ruby/extconf.rb 2009-02-17 18:27:48.000000000 +0000
-+++ obexftp-0.23/swig/ruby/extconf.rb 2009-03-22 16:19:56.000000000 +0000
-@@ -21,10 +21,6 @@
- end
-
- dir_config('obexftp')
--if have_library('openobex', 'OBEX_Init') and
-- find_library('bfb', 'bfb_io_open', '../../bfb/.libs') and
-- find_library('multicobex', 'cobex_ctrans', '../../multicobex/.libs') and
-- find_library('obexftp', 'obexftp_open', '../../obexftp/.libs')
- create_makefile('obexftp')
-
- # hack 2: strip all rpath references
-@@ -33,7 +29,3 @@
- out.puts line.gsub(/-Wl,-R'[^']*'/, '')
- end
- end
--else
-- puts 'obex libs not found'
--end
--