updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / pyqwt / use-qwt5.patch
blob557c84ce1f8b5e0afe5e805a6df7874e07279cda
1 --- PyQwt-5.2.0.orig/configure/configure.py 2009-08-01 09:28:33.000000000 +0200
2 +++ PyQwt-5.2.0/configure/configure.py 2011-07-25 16:26:43.000000000 +0200
3 @@ -742,7 +742,7 @@
4 if sys.platform == 'win32':
5 qwt = 'qwt5'
6 else:
7 - qwt = 'qwt'
8 + qwt = 'qwt5'
9 if options.qwt_sources:
10 # yes, zap all occurrences of a qwt library
11 while options.extra_libs.count(qwt):