diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2022-12-07 01:20:02 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-12-20 21:20:39 +0100 |
commit | 735cba83ce3851e0a6fdf279a51683ed9bd00481 (patch) | |
tree | 1bc5df92f82c811c094e3e6e4b4d045d1c7d5e83 /mail/emailrelay/patches/010-gcc11.patch | |
parent | 33581043d28ad63a2b511db0faf66d7777e608fb (diff) |
emailrelay: update to v2.4.1
The patch seems not needed anymore.
Also remove deprecated PKG_RELEASE:=$(AUTORELEASE)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'mail/emailrelay/patches/010-gcc11.patch')
-rw-r--r-- | mail/emailrelay/patches/010-gcc11.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/emailrelay/patches/010-gcc11.patch b/mail/emailrelay/patches/010-gcc11.patch deleted file mode 100644 index 29ad358e8..000000000 --- a/mail/emailrelay/patches/010-gcc11.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/gnet/gsocket.h -+++ b/src/gnet/gsocket.h -@@ -27,6 +27,7 @@ - #include "gevent.h" - #include "gdescriptor.h" - #include "greadwrite.h" -+#include <memory> - #include <string> - #include <new> - ---- a/src/gssl/gssl.h -+++ b/src/gssl/gssl.h -@@ -26,6 +26,7 @@ - #include "gdef.h" - #include "gstrings.h" - #include "greadwrite.h" -+#include <memory> - #include <string> - #include <utility> - |