diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 22:51:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | a95903c286ec3d097b96a4ae13997fb61f66f92f (patch) | |
| tree | 2e50a5f1f914701d3bd9732e84af4e076940591c /pkg/msmtp/patch | |
| parent | a32671ebce109be78fc180112a39bc04b7fc4488 (diff) | |
msmtp: Update to 1.8.3
Diffstat (limited to 'pkg/msmtp/patch')
| -rw-r--r-- | pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch b/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch index a39e0820..3309425c 100644 --- a/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch +++ b/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch @@ -1,4 +1,4 @@ -From 034e472403bcf0fbe90a0d4d9fa6535d3f473d78 Mon Sep 17 00:00:00 2001 +From f42d6ab0fa846b265b6d96be7db05ddcb7cc30dc Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Fri, 13 May 2016 23:01:44 -0700 Subject: [PATCH] Use _Static_assert instead of checking for size of long long @@ -9,7 +9,7 @@ Subject: [PATCH] Use _Static_assert instead of checking for size of long long 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac -index 53bed10..d83bd44 100644 +index f3cea01..b177e0e 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,6 @@ AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/socket.h sys/wait.h netinet @@ -18,10 +18,10 @@ index 53bed10..d83bd44 100644 AC_SEARCH_LIBS([socket], [socket]) -AC_CHECK_SIZEOF([long long]) - dnl pkg-config (required to detect libraries) - PKG_PROG_PKG_CONFIG([]) + dnl Unfortunately AC_SEARCH_LIBS([res_query], [resolv]) does not work because we + dnl apparently need to include the appropriate header files, so we use a double diff --git a/src/conf.c b/src/conf.c -index c39451f..f75759a 100644 +index ab44daa..8a95f1f 100644 --- a/src/conf.c +++ b/src/conf.c @@ -36,9 +36,7 @@ @@ -36,5 +36,5 @@ index c39451f..f75759a 100644 #include "gettext.h" #define _(string) gettext(string) -- -2.18.0 +2.21.0 |
