summaryrefslogtreecommitdiffstats
path: root/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c')
-rw-r--r--devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
new file mode 100644
index 000000000..5295e00ad
--- /dev/null
+++ b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
@@ -0,0 +1,11 @@
+--- src/orb/orb-core/orbit-typelib.c.orig Sun May 11 20:37:14 2003
++++ src/orb/orb-core/orbit-typelib.c Sun May 11 20:40:42 2003
+@@ -215,6 +215,8 @@
+ paths = g_ptr_array_sized_new (8);
+
+ g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR));
++ add_if_unique(paths, "%%X11BASE%%");
++ add_if_unique(paths, "%%LOCALBASE%%");
+
+ if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) {
+ char **strv;