summaryrefslogtreecommitdiff
path: root/devel/GConf/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-30 06:19:08 +0000
committerrh <rh@pkgsrc.org>2000-08-30 06:19:08 +0000
commite7f59241bef53a6a18b6d26a2f34480878e0706c (patch)
treedbc2cd17073f7fd1f05a3dc03bd5432a10d1aaf2 /devel/GConf/patches
parentd86c32023166ac2132c92d451dea02c15068f89b (diff)
downloadpkgsrc-e7f59241bef53a6a18b6d26a2f34480878e0706c.tar.gz
Initial import of GConf-0.8, a configuration database system for GNOME.
Diffstat (limited to 'devel/GConf/patches')
-rw-r--r--devel/GConf/patches/patch-aa13
-rw-r--r--devel/GConf/patches/patch-ab13
2 files changed, 26 insertions, 0 deletions
diff --git a/devel/GConf/patches/patch-aa b/devel/GConf/patches/patch-aa
new file mode 100644
index 00000000000..d68cc6c798e
--- /dev/null
+++ b/devel/GConf/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $
+
+--- gconf/gconf.c.orig Sun Jul 16 19:50:40 2000
++++ gconf/gconf.c Sun Jul 16 19:50:48 2000
+@@ -17,7 +17,7 @@
+ * Boston, MA 02111-1307, USA.
+ */
+
+-#include <popt.h>
++#include <popt-gnome.h>
+ #include "GConf.h"
+ #include "gconf.h"
+ #include "gconf-internals.h"
diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab
new file mode 100644
index 00000000000..3c8fb5e30a6
--- /dev/null
+++ b/devel/GConf/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $
+
+--- gconf/gconftool.c.orig Sun Jul 16 19:50:58 2000
++++ gconf/gconftool.c Sun Jul 16 19:51:07 2000
+@@ -21,7 +21,7 @@
+ #include "gconf-internals.h"
+ #include <stdio.h>
+ #include <unistd.h>
+-#include <popt.h>
++#include <popt-gnome.h>
+ #include <gnome-xml/tree.h>
+ #include <gnome-xml/parser.h>
+ #include <stdlib.h>