Files
ports/emulators/uae/files/patch-src_include_bsdsocket.h
T
Robert Clausecker a0cc88a429 emulators/uae: fix build on armv7
Avoid USES=llvm:15 by manually disabling the offending warning cum
error.  Refactor REINPLACE_CMD into proper patches.

Approved by:	portmgr (build fix blanket)
Discussed with:	bofh
MFH:		2025Q2
2025-05-06 20:53:12 +02:00

12 lines
367 B
C

--- src/include/bsdsocket.h.orig 2025-05-05 16:22:22 UTC
+++ src/include/bsdsocket.h
@@ -29,7 +29,7 @@ extern void deinit_socket_layer (void);
#define MAXADDRLEN 256
/* allocated and maintained on a per-task basis */
-struct socketbase {
+extern struct socketbase {
struct socketbase *next;
struct socketbase *nextsig; /* queue for tasks to signal */