Browse Source

oops - I should also retest patched before I commit them: reversed the

reversed patch


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1566 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
8d96e46e44
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      package/gnome2/libvte/pygtk-include-path.patch

+ 12
- 12
package/gnome2/libvte/pygtk-include-path.patch

@ -3,36 +3,36 @@ Fix the include patch used.
- Rene Rebe <rene@rocklinux.org>
--- vte-0.10.29/python/vte.c 2003-09-30 17:43:33.000000000 +0200
+++ vte-0.10.29/python/vte.c.orig 2003-09-30 17:42:23.000000000 +0200
--- vte-0.10.29/python/vte.c.orig 2003-09-30 17: 42:23.000000000 +0200
+++ vte-0.10.29/python/vte.c 2003-09-30 17:43:33.000000000 +0200
@@ -6,7 +6,7 @@
#line 4 "vte.override"
#include <Python.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
-#include <pygtk/pygtk.h>
+#include <pygtk.h>
#include <pygobject.h>
#include <gtk/gtk.h>
#include "../src/vte.h"
--- vte-0.10.29/python/vte.override 2003-09-30 17:43:31.000000000 +0200
+++ vte-0.10.29/python/vte.override.orig 2003-09-30 17:42:50.000000000 +0200
--- vte-0.10.29/python/vte.override.orig 2003-09-30 17:42:50.000000000 +0200
+++ vte-0.10.29/python/vte.override 2003-09-30 17:43:31.000000000 +0200
@@ -2,7 +2,7 @@
%%
headers
#include <Python.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
-#include <pygtk/pygtk.h>
+#include <pygtk.h>
#include <pygobject.h>
#include <gtk/gtk.h>
#include "../src/vte.h"
--- vte-0.10.29/python/vtemodule.c 2003-09-30 17:40:20.000000000 +0200
+++ vte-0.10.29/python/vtemodule.c.orig 2003-09-30 17:40:13.000000000 +0200
--- vte-0.10.29/python/vtemodule.c.orig 2003-09-30 17:40:13.000000000 +0200
+++ vte-0.10.29/python/vtemodule.c 2003-09-30 17:40:20.000000000 +0200
@@ -23,7 +23,7 @@
#endif
#include <Python.h>
#include <pygobject.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
-#include <pygtk/pygtk.h>
+#include <pygtk.h>
#include "../src/vte.h"
extern void pyvte_register_classes(PyObject * d);

|||||||
100:0
Loading…
Cancel
Save