From 31cbee870026058ce6cf48e853e907cb7d246f8f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 28 Jun 2018 17:00:47 +0300 Subject: mumble-scm (with my patches) --- packages/voip/mumble/files/gcc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/voip/mumble/files/gcc.patch (limited to 'packages/voip/mumble/files/gcc.patch') diff --git a/packages/voip/mumble/files/gcc.patch b/packages/voip/mumble/files/gcc.patch new file mode 100644 index 0000000..12d2851 --- /dev/null +++ b/packages/voip/mumble/files/gcc.patch @@ -0,0 +1,12 @@ +diff --git a/src/SSLCipherInfo.h b/src/SSLCipherInfo.h +index 508db61..2889b82 100644 +--- a/src/SSLCipherInfo.h ++++ b/src/SSLCipherInfo.h +@@ -30,6 +30,7 @@ + + #ifndef MUMBLE_SSLCIPHERINFO_H_ + #define MUMBLE_SSLCIPHERINFO_H_ ++#include + + struct SSLCipherInfo { + const char *openssl_name; -- cgit v1.2.3