summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/files/patch-gconf::gconf-internals.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 07:21:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 07:21:11 +0800
commitf0f126c74fcbc258db4e44b10c20a64622e4e0ad (patch)
treee6988b9860e86d94f80eb46336efe6c9e13cac9c /devel/gconf2/files/patch-gconf::gconf-internals.c
parenteb402466a51eaeabff6cdf0bf089bb61e6e6e5c3 (diff)
downloadmarcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.gz
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.bz2
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.lz
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.xz
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.zst
marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.zip
Add gconf2-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@567 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/files/patch-gconf::gconf-internals.c')
-rw-r--r--devel/gconf2/files/patch-gconf::gconf-internals.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-gconf::gconf-internals.c b/devel/gconf2/files/patch-gconf::gconf-internals.c
new file mode 100644
index 000000000..c0aec0804
--- /dev/null
+++ b/devel/gconf2/files/patch-gconf::gconf-internals.c
@@ -0,0 +1,15 @@
+
+$FreeBSD: ports/devel/gconf2/files/patch-gconf::gconf-internals.c,v 1.3 2003/02/07 18:42:02 marcus Exp $
+
+--- gconf/gconf-internals.c 2002/02/15 19:13:07 1.1
++++ gconf/gconf-internals.c 2002/02/15 19:13:32
+@@ -26,6 +26,9 @@
+ #include <string.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <stdio.h>