Path to this page:
Subject: CVS commit: pkgsrc/x11/libXi
From: Thomas Klausner
Date: 2013-04-05 11:11:57
Message id: 20130405091157.DF880175DD@cvs.netbsd.org
Log Message:
Update to 1.7.1:
Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.
Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.
This is not an issue on gcc >= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.
Peter Hutterer (2):
Require XFixes for PointerBarrier, remove duplicate typedef \
\
libXi 1.7.1
Files: