diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-30 13:31:25 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-30 15:15:11 -0700 |
| commit | fffc779c0ef4d7f265d2f102b29772cb72f9acda (patch) | |
| tree | e28c1d2ebb190394a778e425404b0daae4e6768d /pkg/msmtp/patch | |
| parent | 730754edf6b5ea869904ca5e666489eb1c0f9ecc (diff) | |
msmtp: Update to 1.6.8
Diffstat (limited to 'pkg/msmtp/patch')
| -rw-r--r-- | pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch | 10 |
1 files changed, 5 insertions, 5 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 f2488fc9..26ad2c47 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 5384637142de4c43b19ff069248f95e4b4d0ed8d Mon Sep 17 00:00:00 2001 +From a92fb00546be6f4c4421c9746f1f15a0ae1ae776 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,11 +9,11 @@ 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 33ae887..db4b59c 100644 +index 74597e6..2f794bb 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,6 @@ AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/socket.h sys/wait.h]) - AC_CHECK_FUNCS([fmemopen fseeko fseeko64 getpass getservbyname link mkstemp strndup syslog vasprintf]) + AC_CHECK_FUNCS([fmemopen fseeko fseeko64 getpass getservbyname link mkstemp signal strndup syslog vasprintf]) AC_SEARCH_LIBS([nanosleep], [rt posix4]) AC_SEARCH_LIBS([socket], [socket]) -AC_CHECK_SIZEOF([long long]) @@ -21,7 +21,7 @@ index 33ae887..db4b59c 100644 dnl pkg-config (required to detect libraries) PKG_PROG_PKG_CONFIG([]) diff --git a/src/conf.c b/src/conf.c -index 875e51e..e471bea 100644 +index fb20ae1..fd8e55c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -36,9 +36,7 @@ @@ -36,5 +36,5 @@ index 875e51e..e471bea 100644 #include "gettext.h" #define _(string) gettext(string) -- -2.10.2 +2.18.0 |
