Author: igor Date: Mon Dec 29 23:05:12 2014 New Revision: 3091 Log: fix mutt build with libressl
Added: trunk/mutt/mutt-1.5.23-libressl-1.patch Added: trunk/mutt/mutt-1.5.23-libressl-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mutt/mutt-1.5.23-libressl-1.patch Mon Dec 29 23:05:12 2014 (r3091) @@ -0,0 +1,18 @@ +Submitted By: Igor Živković <[email protected]> +Date: 2014-12-30 +Initial Package Version: 1.5.23 +Upstream Status: Not submitted +Origin: Self +Description: Fixes build with LibreSSL. + +diff -Naur mutt-1.5.23.orig/mutt_ssl.c mutt-1.5.23/mutt_ssl.c +--- mutt-1.5.23.orig/mutt_ssl.c 2014-03-12 17:03:45.000000000 +0100 ++++ mutt-1.5.23/mutt_ssl.c 2014-12-30 08:02:33.407995294 +0100 +@@ -20,6 +20,7 @@ + # include "config.h" + #endif + ++#include <stdint.h> + #include <openssl/ssl.h> + #include <openssl/x509.h> + #include <openssl/x509v3.h> -- http://lists.linuxfromscratch.org/listinfo/patches FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
