]> git.pld-linux.org Git - packages/democracy.git/blob - democracy-lib64.patch
BR: rpmbuild(macros) >= 1.710
[packages/democracy.git] / democracy-lib64.patch
1 --- Democracy-0.9.2.2/platform/gtk-x11/setup.py~        2006-12-11 18:11:34.000000000 +0200
2 +++ Democracy-0.9.2.2/platform/gtk-x11/setup.py 2007-01-03 03:39:21.000000000 +0200
3 @@ -223,7 +223,7 @@
4  xlib_ext = \
5      Extension("democracy.xlibhelper", 
6          [ os.path.join(frontend_implementation_dir,'xlibhelper.pyx') ],
7 -        library_dirs = ['/usr/X11R6/lib'],
8 +        library_dirs = ['/usr/X11R6/lib64'],
9          libraries = ['X11'],
10      )
11  
This page took 0.048599 seconds and 3 git commands to generate.