]> git.pld-linux.org Git - packages/python-gd.git/commitdiff
- misdiffed AC-STABLE auto/ac/python-gd-0_53-3
authorsaq <saq@pld-linux.org>
Sat, 25 Dec 2004 14:24:18 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-gd-lib64.patch -> 1.2

python-gd-lib64.patch

index 82bf535fb7b4f09c827090302422018758af6f84..ed2fed2d9a7c096c6f0a8dcfad088dda411f586a 100644 (file)
@@ -1,13 +1,13 @@
---- gdmodule-0.53/Setup.py     2004-12-25 13:48:00.308880456 +0000
-+++ gdmodule-0.53/Setup.py.orig        2004-12-25 13:47:36.031571168 +0000
+--- gdmodule-0.53/Setup.py.orig        2004-12-25 13:47:36.031571168 +0000
++++ gdmodule-0.53/Setup.py     2004-12-25 13:48:00.308880456 +0000
 @@ -40,8 +40,8 @@
  # Unixoid OS's I will just look for the usual suspects.
  
  libdirs = dirtest([
--    "/usr/local/lib64", "/sw/lib", "/usr/lib64",
--    "/usr/lib/X11", "/usr/X11R6/lib64",
-+    "/usr/local/lib", "/sw/lib", "/usr/lib",
-+    "/usr/lib/X11", "/usr/X11R6/lib",
+-    "/usr/local/lib", "/sw/lib", "/usr/lib",
+-    "/usr/lib/X11", "/usr/X11R6/lib",
++    "/usr/local/lib64", "/sw/lib", "/usr/lib64",
++    "/usr/lib/X11", "/usr/X11R6/lib64",
      "/opt/gnome/lib",
  ])
  
This page took 0.060455 seconds and 4 git commands to generate.