]> git.pld-linux.org Git - packages/democracy.git/commitdiff
- find -lX11
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 3 Jan 2007 01:50:51 +0000 (01:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    democracy-lib64.patch -> 1.1

democracy-lib64.patch [new file with mode: 0644]

diff --git a/democracy-lib64.patch b/democracy-lib64.patch
new file mode 100644 (file)
index 0000000..7689568
--- /dev/null
@@ -0,0 +1,11 @@
+--- Democracy-0.9.2.2/platform/gtk-x11/setup.py~       2006-12-11 18:11:34.000000000 +0200
++++ Democracy-0.9.2.2/platform/gtk-x11/setup.py        2007-01-03 03:39:21.000000000 +0200
+@@ -223,7 +223,7 @@
+ xlib_ext = \
+     Extension("democracy.xlibhelper", 
+         [ os.path.join(frontend_implementation_dir,'xlibhelper.pyx') ],
+-        library_dirs = ['/usr/X11R6/lib'],
++        library_dirs = ['/usr/X11R6/lib64'],
+         libraries = ['X11'],
+     )
This page took 0.099688 seconds and 4 git commands to generate.