]> git.pld-linux.org Git - packages/empathy.git/blob - empathy-python2.5.patch
- drop python patch (we have working python-config now)
[packages/empathy.git] / empathy-python2.5.patch
1 diff -ur empathy-0.12-o/python/pyempathy/Makefile.am empathy-0.12/python/pyempathy/Makefile.am
2 --- empathy-0.12-o/python/pyempathy/Makefile.am 2007-08-24 15:29:46.000000000 -0600
3 +++ empathy-0.12/python/pyempathy/Makefile.am   2007-08-25 16:42:30.000000000 -0600
4 @@ -6,7 +6,7 @@
5         -I$(top_srcdir)                                 \
6         -DDATADIR=\""$(datadir)"\"                      \
7         $(PYTHON_BINDING_CFLAGS)                        \
8 -       `python-config --cflags`                        \
9 +       `python2.5-config --cflags`                     \
10         $(WARN_CFLAGS)
11  
12  BUILT_SOURCES =                                        \
13 @@ -24,7 +24,7 @@
14         $(top_builddir)/libempathy/libempathy.la
15  
16  empathy_la_LDFLAGS =                                   \
17 -       `python-config --libs`                          \
18 +       `python2.5-config --libs`                               \
19         -module -avoid-version
20  
21  pyempathy.c: pyempathy.override pyempathy.defs
22 diff -ur empathy-0.12-o/python/pyempathygtk/Makefile.am empathy-0.12/python/pyempathygtk/Makefile.am
23 --- empathy-0.12-o/python/pyempathygtk/Makefile.am      2007-08-24 15:29:46.000000000 -0600
24 +++ empathy-0.12/python/pyempathygtk/Makefile.am        2007-08-25 16:43:02.000000000 -0600
25 @@ -6,7 +6,7 @@
26         -I$(top_srcdir)                                 \
27         -DDATADIR=\""$(datadir)"\"                      \
28         $(PYTHON_BINDING_CFLAGS)                        \
29 -       `python-config --cflags`                        
30 +       `python2.5-config --cflags`                     
31  
32  BUILT_SOURCES =                                        \
33         pyempathygtk.c                                  
34 @@ -24,7 +24,7 @@
35         $(top_builddir)/libempathy-gtk/libempathy-gtk.la
36  
37  empathygtk_la_LDFLAGS =                                        \
38 -       `python-config --libs`                          \
39 +       `python2.5-config --libs`                               \
40         -module -avoid-version
41  
42  pyempathygtk.c: pyempathygtk.override pyempathygtk.defs
This page took 0.220298 seconds and 3 git commands to generate.