mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Port reorganized as a metaport. Each component can be installed separately or selected as an option via the metaport. Components were moved to net-p2p/transmission-components. See MOVED for additional information. Also fixes log-level typo in rc file and description errors PR: 273841, 274054 274065 Reported by: Anton Saietskii <vsasjason@gmail.com> Reported by: Matt <lazeraman@gmail.com> Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de> Differential Revision: https://reviews.freebsd.org/D41975
10 lines
218 B
C++
10 lines
218 B
C++
--- gtk/DetailsDialog.cc.orig 2023-07-05 18:51:40 UTC
|
|
+++ gtk/DetailsDialog.cc
|
|
@@ -68,6 +68,7 @@
|
|
#include <ws2tcpip.h>
|
|
#else
|
|
#include <arpa/inet.h>
|
|
+#include <sys/socket.h>
|
|
#endif
|
|
|
|
using namespace std::literals;
|