summaryrefslogtreecommitdiff
path: root/devel/ArX/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-01-23 19:34:14 +0000
committerkristerw <kristerw@pkgsrc.org>2005-01-23 19:34:14 +0000
commit764fe9861a4aba3fac7a4a0bc3f8df04779d2c18 (patch)
tree23e13cd801b3869f974bf8b32f299465bd4c41ba /devel/ArX/patches
parent8e17eb2a0524af296b8260ec285da727994f4137 (diff)
downloadpkgsrc-764fe9861a4aba3fac7a4a0bc3f8df04779d2c18.tar.gz
Add a missing header file needed by NetBSD 1.6.
Diffstat (limited to 'devel/ArX/patches')
-rw-r--r--devel/ArX/patches/patch-ab18
1 files changed, 13 insertions, 5 deletions
diff --git a/devel/ArX/patches/patch-ab b/devel/ArX/patches/patch-ab
index da9febb761e..8fcb3f07283 100644
--- a/devel/ArX/patches/patch-ab
+++ b/devel/ArX/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2004/08/09 10:06:13 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2005/01/23 19:34:14 kristerw Exp $
---- src/arx/utility_functions/Spawn.cpp.orig 2004-08-08 18:33:40.000000000 +0200
-+++ src/arx/utility_functions/Spawn.cpp
-@@ -114,10 +114,13 @@ bool Spawn::execute(int &return_exit_sta
+--- src/arx/utility_functions/Spawn.cpp.orig Wed Apr 21 22:44:08 2004
++++ src/arx/utility_functions/Spawn.cpp Sun Jan 23 20:30:02 2005
+@@ -25,6 +25,7 @@
+ #include <string>
+ #include <glib.h>
+ #include <string.h>
++#include <errno.h>
+ #include "boost/filesystem/path.hpp"
+ #include "arx_error.hpp"
+
+@@ -114,10 +115,13 @@
if(child_pid)
{
/* This is the parent. */
@@ -19,7 +27,7 @@ $NetBSD: patch-ab,v 1.1 2004/08/09 10:06:13 drochner Exp $
{
return_exit_status=WEXITSTATUS(exit_status);
}
-@@ -125,7 +128,6 @@ bool Spawn::execute(int &return_exit_sta
+@@ -125,7 +129,6 @@
{
result=FALSE;
}