aboutsummaryrefslogtreecommitdiffstats
path: root/main/postfix/no-glibc.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-02-23 02:15:09 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-02-23 15:20:13 +0100
commit65c7f6603b530a76bb41d387dee640d3ba9c5f6c (patch)
tree39782dad761dd484cd82d555b8f192777d9bf5ff /main/postfix/no-glibc.patch
parentb134408ecff071aa79926f33a22028d73de69394 (diff)
downloadaports-65c7f6603b530a76bb41d387dee640d3ba9c5f6c.tar.bz2
aports-65c7f6603b530a76bb41d387dee640d3ba9c5f6c.tar.xz
main/postfix: upgrade to 3.3.0
Diffstat (limited to 'main/postfix/no-glibc.patch')
-rw-r--r--main/postfix/no-glibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/postfix/no-glibc.patch b/main/postfix/no-glibc.patch
deleted file mode 100644
index 59ea01468b..0000000000
--- a/main/postfix/no-glibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/util/sys_defs.h.orig
-+++ ./src/util/sys_defs.h
-@@ -812,7 +812,7 @@
- #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1)
- #endif
- #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)) \
-- || (__GLIBC__ < 2)
-+ || (defined(__GLIBC__) && (__GLIBC__ < 2))
- #define CANT_USE_SEND_RECV_MSG
- #define DEF_SMTP_CACHE_DEMAND 0
- #else