pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
denise: unbreak build for gcc12
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Mon Oct 2 13:34:20 2023 +0200
Changeset: 46c80d2100fb9512150dc7ed958872a8ec864db6
Modified Files:
denise/distinfo
Added Files:
denise/patches/patch-emulation_tools_socket.cpp
Log Message:
denise: unbreak build for gcc12
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=46c80d2100fb9512150dc7ed958872a8ec864db6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
denise/distinfo | 1 +
denise/patches/patch-emulation_tools_socket.cpp | 12 ++++++++++++
2 files changed, 13 insertions(+)
diffs:
diff --git a/denise/distinfo b/denise/distinfo
index 504a290102..67c253724a 100644
--- a/denise/distinfo
+++ b/denise/distinfo
@@ -5,3 +5,4 @@ SHA512 (denise/v2.0.tar.bz2) = aa320950721ec924a05b7ff40d0bd4901a597a699f94cd583
Size (denise/v2.0.tar.bz2) = 16324313 bytes
SHA1 (patch-Makefile) = 2050b7b562345d9fc0290732bbf49734dcc06591
SHA1 (patch-driver_Makefile) = a3179f48c86f3819f0ef7108d6466859dbd585a5
+SHA1 (patch-emulation_tools_socket.cpp) = 3d3fe88b3b51f95962fe068b1ea5375a048fd4b4
diff --git a/denise/patches/patch-emulation_tools_socket.cpp b/denise/patches/patch-emulation_tools_socket.cpp
new file mode 100644
index 0000000000..8cb84c37b4
--- /dev/null
+++ b/denise/patches/patch-emulation_tools_socket.cpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- emulation/tools/socket.cpp.orig 2023-04-21 20:52:47.000000000 +0000
++++ emulation/tools/socket.cpp
+@@ -5,6 +5,7 @@
+ #else
+ #define closesocket close
+ #include <sys/socket.h>
++ #include <sys/time.h>
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include <netinet/tcp.h>
Home |
Main Index |
Thread Index |
Old Index