summaryrefslogtreecommitdiff
path: root/net-mail/dovecot/files/dovecot-unwind-generic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/dovecot/files/dovecot-unwind-generic.patch')
-rw-r--r--net-mail/dovecot/files/dovecot-unwind-generic.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mail/dovecot/files/dovecot-unwind-generic.patch b/net-mail/dovecot/files/dovecot-unwind-generic.patch
deleted file mode 100644
index f7bc8d94ff23..000000000000
--- a/net-mail/dovecot/files/dovecot-unwind-generic.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Bug 728336
---- a/m4/want_unwind.m4
-+++ b/m4/want_unwind.m4
-@@ -4,9 +4,9 @@
- PKG_CHECK_EXISTS([libunwind], [
- PKG_CHECK_MODULES([LIBUNWIND], [libunwind],[
- dnl see if there is target-specific library
-- AC_CHECK_LIB([unwind-${build_cpu}], [_U${build_cpu}_init_local],[
-+ PKG_CHECK_MODULES([LIBUNWIND_GENERIC], [libunwind-generic],[
- have_libunwind=yes
-- LIBUNWIND_LIBS="$LIBUNWIND_LIBS -lunwind-${build_cpu}"
-+ LIBUNWIND_LIBS="$LIBUNWIND_LIBS $LIBUNWIND_GENERIC_LIBS"
- AC_DEFINE([HAVE_LIBUNWIND],,[Define this if you have libunwind])
- ],[
- have_libunwind=no