]> git.pld-linux.org Git - packages/boson.git/blob - boson-python.patch
- auto up to 0.12
[packages/boson.git] / boson-python.patch
1 diff -urN boson-all-0.10.orig/configure boson-all-0.10/configure
2 --- boson-all-0.10.orig/configure       2004-05-02 14:37:20.000000000 +0000
3 +++ boson-all-0.10/configure    2004-07-28 20:51:42.776981864 +0000
4 @@ -27212,7 +27212,7 @@
5  python_libdir=NO
6  for i in $python_libdirs;
7  do
8 -  for j in libpython$version.a;
9 +  for j in libpython$version.so;
10    do
11      echo "configure: 27217: $i/$j" >&5
12      if test -r "$i/$j"; then
13 @@ -27223,12 +27223,12 @@
14    done
15  done
16  
17 -if test ! -r $python_libdir/libpython$version.a; then
18 +if test ! -r $python_libdir/libpython$version.so; then
19  
20  python_libdir=NO
21  for i in $python_libdirs;
22  do
23 -  for j in python$version/config/libpython$version.a;
24 +  for j in python$version/config/libpython$version.so;
25    do
26      echo "configure: 27233: $i/$j" >&5
27      if test -r "$i/$j"; then
28 @@ -27240,7 +27240,7 @@
29  done
30  
31    python_libdir=$python_libdir/python$version/config
32 -  if test ! -r $python_libdir/libpython$version.a; then
33 +  if test ! -r $python_libdir/libpython$version.so; then
34      python_libdir=no
35    fi
36  fi
37 @@ -27256,7 +27256,7 @@
38  python_moddir=NO
39  for i in $python_libdirs;
40  do
41 -  for j in python$version/copy.py;
42 +  for j in python$version/copy.pyo;
43    do
44      echo "configure: 27261: $i/$j" >&5
45      if test -r "$i/$j"; then
46 @@ -27267,8 +27267,8 @@
47    done
48  done
49  
50 -python_moddir=$python_moddir/python$version
51 -if test ! -r $python_moddir/copy.py; then
52 +python_moddir=/usr/share/python2.3/
53 +if test ! -r $python_moddir/copy.pyo; then
54    python_moddir=no
55  fi
56  
57 @@ -27340,7 +27340,7 @@
58  python_libdir=NO
59  for i in $python_libdirs;
60  do
61 -  for j in libpython$version.a;
62 +  for j in libpython$version.so;
63    do
64      echo "configure: 27345: $i/$j" >&5
65      if test -r "$i/$j"; then
66 @@ -27351,12 +27351,12 @@
67    done
68  done
69  
70 -if test ! -r $python_libdir/libpython$version.a; then
71 +if test ! -r $python_libdir/libpython$version.so; then
72  
73  python_libdir=NO
74  for i in $python_libdirs;
75  do
76 -  for j in python$version/config/libpython$version.a;
77 +  for j in python$version/config/libpython$version.so;
78    do
79      echo "configure: 27361: $i/$j" >&5
80      if test -r "$i/$j"; then
81 @@ -27368,7 +27368,7 @@
82  done
83  
84    python_libdir=$python_libdir/python$version/config
85 -  if test ! -r $python_libdir/libpython$version.a; then
86 +  if test ! -r $python_libdir/libpython$version.so; then
87      python_libdir=no
88    fi
89  fi
90 @@ -27384,7 +27384,7 @@
91  python_moddir=NO
92  for i in $python_libdirs;
93  do
94 -  for j in python$version/copy.py;
95 +  for j in python$version/copy.pyo;
96    do
97      echo "configure: 27389: $i/$j" >&5
98      if test -r "$i/$j"; then
99 @@ -27396,7 +27396,7 @@
100  done
101  
102  python_moddir=$python_moddir/python$version
103 -if test ! -r $python_moddir/copy.py; then
104 +if test ! -r $python_moddir/copy.pyo; then
105    python_moddir=no
106  fi
107  
108 @@ -27468,7 +27468,7 @@
109  python_libdir=NO
110  for i in $python_libdirs;
111  do
112 -  for j in libpython$version.a;
113 +  for j in libpython$version.so;
114    do
115      echo "configure: 27473: $i/$j" >&5
116      if test -r "$i/$j"; then
117 @@ -27479,12 +27479,12 @@
118    done
119  done
120  
121 -if test ! -r $python_libdir/libpython$version.a; then
122 +if test ! -r $python_libdir/libpython$version.so; then
123  
124  python_libdir=NO
125  for i in $python_libdirs;
126  do
127 -  for j in python$version/config/libpython$version.a;
128 +  for j in python$version/config/libpython$version.so;
129    do
130      echo "configure: 27489: $i/$j" >&5
131      if test -r "$i/$j"; then
132 @@ -27496,7 +27496,7 @@
133  done
134  
135    python_libdir=$python_libdir/python$version/config
136 -  if test ! -r $python_libdir/libpython$version.a; then
137 +  if test ! -r $python_libdir/libpython$version.so; then
138      python_libdir=no
139    fi
140  fi
141 @@ -27512,7 +27512,7 @@
142  python_moddir=NO
143  for i in $python_libdirs;
144  do
145 -  for j in python$version/copy.py;
146 +  for j in python$version/copy.pyo;
147    do
148      echo "configure: 27517: $i/$j" >&5
149      if test -r "$i/$j"; then
150 @@ -27524,7 +27524,7 @@
151  done
152  
153  python_moddir=$python_moddir/python$version
154 -if test ! -r $python_moddir/copy.py; then
155 +if test ! -r $python_moddir/copy.pyo; then
156    python_moddir=no
157  fi
158  
159 @@ -27596,7 +27596,7 @@
160  python_libdir=NO
161  for i in $python_libdirs;
162  do
163 -  for j in libpython$version.a;
164 +  for j in libpython$version.so;
165    do
166      echo "configure: 27601: $i/$j" >&5
167      if test -r "$i/$j"; then
168 @@ -27607,12 +27607,12 @@
169    done
170  done
171  
172 -if test ! -r $python_libdir/libpython$version.a; then
173 +if test ! -r $python_libdir/libpython$version.so; then
174  
175  python_libdir=NO
176  for i in $python_libdirs;
177  do
178 -  for j in python$version/config/libpython$version.a;
179 +  for j in python$version/config/libpython$version.so;
180    do
181      echo "configure: 27617: $i/$j" >&5
182      if test -r "$i/$j"; then
183 @@ -27624,7 +27624,7 @@
184  done
185  
186    python_libdir=$python_libdir/python$version/config
187 -  if test ! -r $python_libdir/libpython$version.a; then
188 +  if test ! -r $python_libdir/libpython$version.so; then
189      python_libdir=no
190    fi
191  fi
192 @@ -27640,7 +27640,7 @@
193  python_moddir=NO
194  for i in $python_libdirs;
195  do
196 -  for j in python$version/copy.py;
197 +  for j in python$version/copy.pyo;
198    do
199      echo "configure: 27645: $i/$j" >&5
200      if test -r "$i/$j"; then
201 @@ -27652,7 +27652,7 @@
202  done
203  
204  python_moddir=$python_moddir/python$version
205 -if test ! -r $python_moddir/copy.py; then
206 +if test ! -r $python_moddir/copy.pyo; then
207    python_moddir=no
208  fi
209  
210 @@ -27724,7 +27724,7 @@
211  python_libdir=NO
212  for i in $python_libdirs;
213  do
214 -  for j in libpython$version.a;
215 +  for j in libpython$version.so;
216    do
217      echo "configure: 27729: $i/$j" >&5
218      if test -r "$i/$j"; then
219 @@ -27735,12 +27735,12 @@
220    done
221  done
222  
223 -if test ! -r $python_libdir/libpython$version.a; then
224 +if test ! -r $python_libdir/libpython$version.so; then
225  
226  python_libdir=NO
227  for i in $python_libdirs;
228  do
229 -  for j in python$version/config/libpython$version.a;
230 +  for j in python$version/config/libpython$version.so;
231    do
232      echo "configure: 27745: $i/$j" >&5
233      if test -r "$i/$j"; then
234 @@ -27752,7 +27752,7 @@
235  done
236  
237    python_libdir=$python_libdir/python$version/config
238 -  if test ! -r $python_libdir/libpython$version.a; then
239 +  if test ! -r $python_libdir/libpython$version.so; then
240      python_libdir=no
241    fi
242  fi
243 @@ -27768,7 +27768,7 @@
244  python_moddir=NO
245  for i in $python_libdirs;
246  do
247 -  for j in python$version/copy.py;
248 +  for j in python$version/copy.pyo;
249    do
250      echo "configure: 27773: $i/$j" >&5
251      if test -r "$i/$j"; then
252 @@ -27780,7 +27780,7 @@
253  done
254  
255  python_moddir=$python_moddir/python$version
256 -if test ! -r $python_moddir/copy.py; then
257 +if test ! -r $python_moddir/copy.pyo; then
258    python_moddir=no
259  fi
260  
This page took 0.111479 seconds and 4 git commands to generate.