Missing system header.
This commit is contained in:
parent
95e73f3b20
commit
26c60c3053
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.68 2016/09/16 09:42:25 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.69 2017/08/25 20:03:03 joerg Exp $
|
||||
|
||||
SHA1 (TeXmacs-1.99.5-src.tar.gz) = be6fdc39a094db6dc547490fa89a95876dbde002
|
||||
RMD160 (TeXmacs-1.99.5-src.tar.gz) = eba10c9be4549d61240290878af429d80ede933f
|
||||
|
@ -11,5 +11,6 @@ SHA1 (patch-ad) = 4a59f6e7b6f0225a5d74b1b500f9a6997ea78cb4
|
|||
SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
|
||||
SHA1 (patch-aj) = ed4d847ad8e7b12745b144e6790eab539cbc6bca
|
||||
SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
|
||||
SHA1 (patch-src_Plugins_Qt_QTMSockets.cpp) = 83a50c86d373301b092e1ffee1bd17650cc222c1
|
||||
SHA1 (patch-src_System_Link_socket__server.cpp) = dbc6b8e7012abf3f1833e44aedb7172de675b7e1
|
||||
SHA1 (patch-src_makefile.in) = 34dc509a9e2834e376a5989d8500f3e473d266f0
|
||||
|
|
12
editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp
Normal file
12
editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-src_Plugins_Qt_QTMSockets.cpp,v 1.1 2017/08/25 20:03:03 joerg Exp $
|
||||
|
||||
--- src/Plugins/Qt/QTMSockets.cpp.orig 2017-07-24 13:33:10.562028054 +0000
|
||||
+++ src/Plugins/Qt/QTMSockets.cpp
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <stdint.h>
|
Loading…
Reference in a new issue