Log Message: gcc complains when an int is cast to a pointer of different size. To avoid that warning, the ints are first cast to size_t, which is more likely to match the size of a pointer. Unfortunately, the intptr_t and uintptr_t types are marked optional in C99.
Revision | Action | file |
1.4 | modify | pkgsrc/security/policykit/distinfo |
1.1 | add | pkgsrc/security/policykit/patches/patch-authdb |