diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-14 21:46:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-14 21:46:15 +0000 |
commit | 190e9941d9d8df22fa04629199878183f5a6613b (patch) | |
tree | 4d186475bed106e0f92d8b536cd0329a16ff1e66 /devel | |
parent | 39364909a02d7a99f9055f24a91030f51dfdec36 (diff) | |
download | pkgsrc-190e9941d9d8df22fa04629199878183f5a6613b.tar.gz |
Add patches forgotten in previous commit.
Diffstat (limited to 'devel')
-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. |