]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- make it work on x86_64
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 19 Nov 2008 18:49:32 +0000 (18:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-nocolor-upgrade.patch -> 1.2

poldek-nocolor-upgrade.patch

index 1274bd90fe6a6adf3c7afbecb12b20f43b2a6701..5c42f43008f2fa21e158ce26812e35f946c7bbf8 100644 (file)
@@ -1,8 +1,11 @@
---- pkgcmp.c~  2008-02-02 22:49:04.000000000 +0100
-+++ pkgcmp.c   2008-11-19 01:00:37.123524800 +0100
-@@ -84,11 +84,8 @@
+--- pkgcmp.c~  2008-11-19 01:12:49.000000000 +0100
++++ pkgcmp.c   2008-11-19 01:13:36.125519583 +0100
+@@ -82,13 +82,10 @@
+         return 1;
+     
      if (pkg->color && candidate->color)
-         return pkg->color & candidate->color;
+-        return pkg->color & candidate->color;
++        return (pkg->color & candidate->color) > 0;
  
 -    /* same name and candidate without color -> promote candidate */
 -    if (pkg->color && pkg_is_kind_of(candidate, pkg)) 
This page took 0.037549 seconds and 4 git commands to generate.