View | Details | Raw Unified | Return to bug 58836
Collapse All | Expand All

(-)obconf/files/patch-src_main.h (+15 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
Openbox 3.0 port installs headers in a 3.0 subdirectory.
4
5
--- src/main.h.bak	Sun Nov  2 16:25:33 2003
6
+++ src/main.h	Sun Nov  2 16:25:43 2003
7
@@ -19,7 +19,7 @@
8
 #ifndef obconf__main_h
9
 #define obconf__main_h
10
 
11
-#include "openbox/parse.h"
12
+#include "openbox/3.0/parse.h"
13
 
14
 #include <gtk/gtk.h>
15
 #include <glade/glade-xml.h>
(-)obconf/files/patch-src_tree.c (+15 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
Openbox 3.0 port installs headers in a 3.0 subdirectory.
4
5
--- src/tree.c.bak	Sun Nov  2 16:25:50 2003
6
+++ src/tree.c	Sun Nov  2 16:26:08 2003
7
@@ -18,7 +18,7 @@
8
 
9
 #include "tree.h"
10
 #include "main.h"
11
-#include "openbox/parse.h"
12
+#include "openbox/3.0/parse.h"
13
 
14
 #include <sys/types.h>
15
 #include <signal.h>
(-)obconf/files/patch-src_tree.h (+15 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
Openbox 3.0 port installs headers in a 3.0 subdirectory.
4
5
--- src/tree.h.bak	Sun Nov  2 16:27:44 2003
6
+++ src/tree.h	Sun Nov  2 16:26:24 2003
7
@@ -19,7 +19,7 @@
8
 #ifndef obconf__tree_h
9
 #define obconf__tree_h
10
 
11
-#include "openbox/parse.h"
12
+#include "openbox/3.0/parse.h"
13
 
14
 xmlNodePtr tree_get_node(const gchar *path, const gchar *def);
15
 

Return to bug 58836