summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-27 02:09:34 +0000
committersnj <snj@pkgsrc.org>2004-02-27 02:09:34 +0000
commit06eb253be72c8b186048e6af2f7fd91c178f724e (patch)
tree14d3027559195c3ffed93a50a9aaf3bb5b035a14 /devel
parentaeb0062d05ce56d07e78ae76ef443e0997633c2c (diff)
downloadpkgsrc-06eb253be72c8b186048e6af2f7fd91c178f724e.tar.gz
Include sys/types.h earlier to fix the build on FreeBSD 4.
Closes PR pkg/24119.
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/distinfo3
-rw-r--r--devel/libbonobo/patches/patch-ac20
2 files changed, 22 insertions, 1 deletions
diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo
index 4eb1657b5b6..6992b98e1f1 100644
--- a/devel/libbonobo/distinfo
+++ b/devel/libbonobo/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2004/02/06 20:34:59 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/02/27 02:09:34 snj Exp $
SHA1 (libbonobo-2.4.3.tar.bz2) = 591b97c2fe78c489fec7d26dfe9a49150ff5f881
Size (libbonobo-2.4.3.tar.bz2) = 1381949 bytes
SHA1 (patch-aa) = f9f94279a1819af70123eef49cf98b4b34b956e1
SHA1 (patch-ab) = 36e17156e0dc0ce19c395abb730707b8bc0ea8da
+SHA1 (patch-ac) = 256aec5eaa1d04ce9bed162c8698f6ebce6e4b0d
diff --git a/devel/libbonobo/patches/patch-ac b/devel/libbonobo/patches/patch-ac
new file mode 100644
index 00000000000..b2c3d42d753
--- /dev/null
+++ b/devel/libbonobo/patches/patch-ac
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2004/02/27 02:09:34 snj Exp $
+
+--- bonobo-activation/bonobo-activation-init.c.orig 2004-02-26 18:03:07.000000000 -0800
++++ bonobo-activation/bonobo-activation-init.c 2004-02-26 18:04:57.000000000 -0800
+@@ -34,6 +34,7 @@
+ #include "bonobo-activation-private.h"
+ #include "bonobo-activation-register.h"
+ #include "bonobo-activation-version.h"
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <fcntl.h>
+@@ -44,7 +45,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/socket.h>
+-#include <sys/types.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
+