[pyxf86config] fix option-header patch harder

Dave Airlie airlied at fedoraproject.org
Tue Nov 29 15:29:20 UTC 2011


commit 12f9a76ae8159381eeb17b32ee8cac5816847fc8
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Nov 29 15:27:57 2011 +0000

    fix option-header patch harder

 option-header.patch |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/option-header.patch b/option-header.patch
index 1b37000..33d4f53 100644
--- a/option-header.patch
+++ b/option-header.patch
@@ -1,10 +1,21 @@
+diff -up pyxf86config-0.3.37/pyxf86conf.h.optmoved pyxf86config-0.3.37/pyxf86conf.h
+--- pyxf86config-0.3.37/pyxf86conf.h.optmoved	2011-11-29 15:27:23.379174182 +0000
++++ pyxf86config-0.3.37/pyxf86conf.h	2011-11-29 15:27:46.570172954 +0000
+@@ -1,4 +1,6 @@
+ #include "Python.h"
++#include <optionstr.h>
++#include <xf86Optionstr.h>
+ #include <xf86Parser.h>
+ 
+ typedef struct {
 diff -up pyxf86config-0.3.37/xf86config_ext.c.optmoved pyxf86config-0.3.37/xf86config_ext.c
 --- pyxf86config-0.3.37/xf86config_ext.c.optmoved	2011-11-29 15:12:14.970222312 +0000
-+++ pyxf86config-0.3.37/xf86config_ext.c	2011-11-29 15:12:28.841221559 +0000
-@@ -1,6 +1,7 @@
++++ pyxf86config-0.3.37/xf86config_ext.c	2011-11-29 15:26:20.146177534 +0000
+@@ -1,6 +1,8 @@
  #include <glib.h>
  #include <stdlib.h>
  #include <xf86Parser.h>
++#include <optionstr.h>
 +#include <xf86Optionstr.h>
  #include "xf86ParserExt.h"
  #include <misc.h>


More information about the scm-commits mailing list