diff options
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/libbonobo/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/devel/libbonobo/patches/patch-aa b/devel/libbonobo/patches/patch-aa new file mode 100644 index 00000000000..eee0d6ed1e3 --- /dev/null +++ b/devel/libbonobo/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/12/14 21:46:15 jmmv Exp $ + +--- Makefile.in.orig 2003-11-03 13:26:50.000000000 +0100 ++++ Makefile.in +@@ -202,7 +202,7 @@ prefix = @prefix@ + program_transform_name = @program_transform_name@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ +-sysconfdir = @sysconfdir@ ++sysconfdir = @datadir@/examples + target_alias = @target_alias@ + SUBDIRS = \ + idl bonobo-activation bonobo \ diff --git a/devel/libbonobo/patches/patch-ab b/devel/libbonobo/patches/patch-ab new file mode 100644 index 00000000000..7fcce6a6fcd --- /dev/null +++ b/devel/libbonobo/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2003/12/14 21:46:15 jmmv Exp $ + +--- activation-server/object-directory-config-file.h.orig 2001-09-13 19:50:12.000000000 +0200 ++++ activation-server/object-directory-config-file.h +@@ -27,7 +27,7 @@ + + #include <libxml/tree.h> + +-#define SERVER_CONFIG_FILE "/bonobo-activation/bonobo-activation-config.xml" ++#define SERVER_CONFIG_FILE "/bonobo-activation-config.xml" + + /* loads the information from oaf configuration file + in $sysconfdir/oaf/oaf-conf.xml. |