Changes between Initial Version and Version 3 of Ticket #17042


Ignore:
Timestamp:
Jan 12, 2009, 1:24:45 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17042

    • Property Port glib2-devel added
  • Ticket #17042 – Description

    initial v3  
    1 glib2 port installs an incorrect glibconfig.h file with +universal {i386 x86_64}. The file is created with 64 bits defines, while it should probably feature a #if __LP64__ #else #endif logic.
     1glib2 port installs an incorrect glibconfig.h file with +universal {i386 x86_64}. The file is created with 64 bits defines, while it should probably feature a `#if __LP64__ #else #endif` logic.
    22
    33For example, it has:
    44
     5{{{
    56typedef signed long gint64;
     7}}}
    68
    79while this is only true on x86_64.