aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h')
-rw-r--r--devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h b/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h
deleted file mode 100644
index b61ec975fc34..000000000000
--- a/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext-src/php_swoole_cxx.h.orig 2024-12-16 08:02:21 UTC
-+++ ext-src/php_swoole_cxx.h
-@@ -200,6 +200,10 @@ using tcp_info = tcp_connection_info;
- using tcp_info = tcp_connection_info;
- #endif
-
-+#ifdef __FreeBSD__
-+#define SOL_TCP IPPROTO_TCP
-+#endif
-+
- #ifdef TCP_INFO
- std::unordered_map<std::string, uint64_t> sw_socket_parse_tcp_info(tcp_info *info);
- #endif