Opened 16 years ago

Last modified 15 years ago

#17042 closed defect

glib2: incorrect glibconfig.h with +universal (i386 x86_64) — at Initial Version

Reported by: pguyot (Paul Guyot) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: glib2, glib2-devel

Description

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.

For example, it has:

typedef signed long gint64;

while this is only true on x86_64.

Change History (0)

Note: See TracTickets for help on using tickets.