aboutsummaryrefslogtreecommitdiffstats
path: root/testing/baloo/no-malloc-xapiandatabase-4.13.3.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-12-17 14:29:37 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2015-12-17 15:49:14 +0100
commitb4e36911076a1ecaf7fd97a0e63e529694378c8a (patch)
treec129719def7632a0c2345b8199c9ebf7ab57041e /testing/baloo/no-malloc-xapiandatabase-4.13.3.patch
parent4846d2c4be472ee0bd381d87a5957b656b02ea8c (diff)
downloadaports-b4e36911076a1ecaf7fd97a0e63e529694378c8a.tar.bz2
aports-b4e36911076a1ecaf7fd97a0e63e529694378c8a.tar.xz
unmaintained/baloo: moved from testing
Diffstat (limited to 'testing/baloo/no-malloc-xapiandatabase-4.13.3.patch')
-rw-r--r--testing/baloo/no-malloc-xapiandatabase-4.13.3.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/baloo/no-malloc-xapiandatabase-4.13.3.patch b/testing/baloo/no-malloc-xapiandatabase-4.13.3.patch
deleted file mode 100644
index 9c7390d26d..0000000000
--- a/testing/baloo/no-malloc-xapiandatabase-4.13.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- baloo-4.13.3/src/xapian/xapiandatabase.cpp.orig
-+++ baloo-4.13.3/src/xapian/xapiandatabase.cpp
-@@ -140,7 +140,7 @@
- m_docsToAdd.clear();
- m_docsToRemove.clear();
-
--#ifdef __GNUC__
-+#if defined (__GLIBC__)
- malloc_trim(0);
- #endif
- }