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 | cf3e515ed79e1027b5286454496a9cb4d6c470c5 (patch) | |
tree | 4d186475bed106e0f92d8b536cd0329a16ff1e66 /devel/libbonobo/patches | |
parent | 2437edc0e6c9084a7e4a7429eea693e9c0fc883e (diff) | |
download | pkgsrc-cf3e515ed79e1027b5286454496a9cb4d6c470c5.tar.gz |
Add patches forgotten in previous commit.
Diffstat (limited to 'devel/libbonobo/patches')
-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. |