diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index c34ea430385..fb8ea049653 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.30 2019/07/12 20:48:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.31 2021/02/10 20:27:47 naddy Exp $ COMMENT= programmable MUD client, with macro support and more PKGNAME= tinyfugue-4.0s1 -REVISION= 5 +REVISION= 6 DISTNAME= tf-40s1 CATEGORIES= net games diff --git a/net/tinyfugue/patches/patch-src_socket_h b/net/tinyfugue/patches/patch-src_socket_h new file mode 100644 index 00000000000..58211028271 --- /dev/null +++ b/net/tinyfugue/patches/patch-src_socket_h @@ -0,0 +1,14 @@ +$OpenBSD: patch-src_socket_h,v 1.1 2021/02/10 20:27:48 naddy Exp $ + +Index: src/socket.h +--- src/socket.h.orig ++++ src/socket.h +@@ -13,7 +13,7 @@ + #define SOCK_RECV 0 + #define SOCK_SEND 1 + +-struct World *world_decl; /* declares struct World */ ++struct World; /* declares struct World */ + + extern Aline *incoming_text; + extern int quit_flag;