mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
0374fbf826
Update net/bredbandskollen to the latest snapshot. Fix build on GCC-based architectures, such as powerpc64 [1] PR: 234216 [1] Submitted by: pkubaj [1]
13 lines
298 B
C++
13 lines
298 B
C++
--- src/framework/socketreceiver.h.orig 2019-07-05 19:04:13 UTC
|
|
+++ src/framework/socketreceiver.h
|
|
@@ -3,6 +3,9 @@
|
|
|
|
#pragma once
|
|
|
|
+// work around broken? _ALIGN/_ALIGNBYTES on FreeBSD powerpc
|
|
+#include <sys/types.h>
|
|
+
|
|
#include <sys/socket.h>
|
|
#include "serversocket.h"
|
|
class SocketConnection;
|