-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/22/10 17:27, Xin LI wrote:
> Just a heads-up that zlib in base system (libz) has been updated to
> 1.2.4.  We tried to keep -HEAD as close as possible to the vendor
> version, but there is some changes in its internal data structure, and
> we did not use versioned symbols in the past, making shared library
> version bump unavoidable.

This breaks most (if not all) of the QT4-dependent ports for the lack of
a definition of "off64_t".

Adding ..

/*
 * This is hard-configured for FreeBSD.
 */
#include <sys/types.h>
#define z_off_t off_t
#define off64_t off_t           <-----
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif

 .. to /usr/include/zconf.h seems to resolve this breakage,

        imb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)

iEYEARECAAYFAkuuK08ACgkQQv9rrgRC1JLsIwCeKKG6GT60PzaB1loO78R2S9Rr
B10An3N/a8h6AZsHGQyoJQ5XBZgpFXP0
=9z9H
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to