diff options
author | joerg <joerg@pkgsrc.org> | 2017-08-25 20:03:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-08-25 20:03:03 +0000 |
commit | 7e20d5bbc6bf31aa32885497d9f58025cdf061a5 (patch) | |
tree | 5209700c6e518f24049be2575467792002b0ba95 /editors/TeXmacs | |
parent | ccb6ae7d20d55ffe659365dfe43ff43f8abd9914 (diff) | |
download | pkgsrc-7e20d5bbc6bf31aa32885497d9f58025cdf061a5.tar.gz |
Missing system header.
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/distinfo | 3 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index c649d0a5eeb..a28bbdc31eb 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -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 diff --git a/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp b/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp new file mode 100644 index 00000000000..426cf66bf94 --- /dev/null +++ b/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp @@ -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> |