summaryrefslogtreecommitdiff
path: root/x11/wx1Motif
diff options
context:
space:
mode:
authoragc <agc>2002-08-07 12:23:40 +0000
committeragc <agc>2002-08-07 12:23:40 +0000
commit5e12f25c55636295baea63034a29c2278ea66afe (patch)
tree8f716cf077962d924c413e59cb8988038913a777 /x11/wx1Motif
parent2aa1d5f63e99863882702578df3fc4c9cb349562 (diff)
downloadpkgsrc-5e12f25c55636295baea63034a29c2278ea66afe.tar.gz
Include <signal.h> when compiling wx_utils.cpp, so that kill(2) gets
prototyped.
Diffstat (limited to 'x11/wx1Motif')
-rw-r--r--x11/wx1Motif/distinfo4
-rw-r--r--x11/wx1Motif/patches/patch-ad14
2 files changed, 13 insertions, 5 deletions
diff --git a/x11/wx1Motif/distinfo b/x11/wx1Motif/distinfo
index 76e4e89c184..717553f84f2 100644
--- a/x11/wx1Motif/distinfo
+++ b/x11/wx1Motif/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/06/17 02:24:56 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2002/08/07 12:23:40 agc Exp $
SHA1 (wx168_1.tgz) = 771e5301d81560c4750c7b28f3ed843267232af3
Size (wx168_1.tgz) = 3267398 bytes
@@ -15,7 +15,7 @@ Size (wxinstal) = 44632 bytes
SHA1 (patch-aa) = e9d4e2569c4e515eba31f46792dbc864427369a7
SHA1 (patch-ab) = 58e2fe8a8e915b5fdadfdc2472fa33ef1cb4f2e6
SHA1 (patch-ac) = f16472aeaba36423664b67419befc8fbe256061b
-SHA1 (patch-ad) = f2a15184da2ea9a0a1095f796d939ba636c282f4
+SHA1 (patch-ad) = 23515a5df517ffb1c7b41ae7e05f3872a8d075e1
SHA1 (patch-ae) = 450c95f374e44021b0a138320f47aa213fe738c2
SHA1 (patch-af) = 450b3c43fee0b6dfebf9a2d0c1ef6d5ea0b9bb0d
SHA1 (patch-ag) = b278a78ecda1b6b3622c47f5c5cf371776a8ed90
diff --git a/x11/wx1Motif/patches/patch-ad b/x11/wx1Motif/patches/patch-ad
index d2b395d3538..de4d5c2014c 100644
--- a/x11/wx1Motif/patches/patch-ad
+++ b/x11/wx1Motif/patches/patch-ad
@@ -1,8 +1,16 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/06/17 02:24:58 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2002/08/07 12:23:41 agc Exp $
--- src/x/wx_utils.cpp.orig Tue Oct 21 00:02:44 1997
+++ src/x/wx_utils.cpp
-@@ -70,7 +70,7 @@
+@@ -41,6 +41,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <signal.h>
+ #include <errno.h>
+
+ #include "wx_defs.h"
+@@ -70,7 +71,7 @@
#include <sys/types.h>
#include <sys/stat.h>
@@ -11,7 +19,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2002/06/17 02:24:58 dmcmahill Exp $
#ifdef __cplusplus
extern "C" {
#endif
-@@ -81,7 +81,7 @@
+@@ -81,7 +82,7 @@
#endif
#ifdef wx_motif