diff --git a/net/shadowsocks-libev/patches/010-gcc10.patch b/net/shadowsocks-libev/patches/010-gcc10.patch deleted file mode 100644 index 1049fc2f..00000000 --- a/net/shadowsocks-libev/patches/010-gcc10.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/http.h -+++ b/src/http.h -@@ -29,6 +29,6 @@ - #include - #include "protocol.h" - --const protocol_t *const http_protocol; -+extern const protocol_t *const http_protocol; - - #endif ---- a/src/tls.h -+++ b/src/tls.h -@@ -28,6 +28,6 @@ - - #include "protocol.h" - --const protocol_t *const tls_protocol; -+extern const protocol_t *const tls_protocol; - - #endif