head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3; locks; strict; comment @# @; 1.3 date 2009.09.16.19.06.19; author tnn; state dead; branches; next 1.2; 1.2 date 2009.08.26.21.42.25; author martin; state Exp; branches; next 1.1; 1.1 date 2009.08.26.21.07.32; author martin; state Exp; branches; next ; desc @@ 1.3 log @Build firefox against external runtime components from devel/xulrunner. Bump PKGREVISION. @ text @$NetBSD: patch-nc,v 1.2 2009/08/26 21:42:25 martin Exp $ # reported upstream as: # https://bugzilla.mozilla.org/show_bug.cgi?id=512792 --- media/liboggz/src/liboggz/oggz_auto.c.orig 2009-08-26 22:20:35.000000000 +0200 +++ media/liboggz/src/liboggz/oggz_auto.c 2009-08-26 22:40:51.000000000 +0200 @@@@ -62,9 +62,9 @@@@ int oggz_set_metric_linear (OGGZ * oggz, ogg_int64_t granule_rate_numerator, ogg_int64_t granule_rate_denominator); -#define INT16_BE_AT(x) _be_16((*(ogg_int32_t *)(x))) -#define INT32_LE_AT(x) _le_32((*(ogg_int32_t *)(x))) -#define INT64_LE_AT(x) _le_64((*(ogg_int64_t *)(x))) +#define INT16_BE_AT(x) _be_16_at(x) +#define INT32_LE_AT(x) _le_32_at(x) +#define INT64_LE_AT(x) _le_64_at(x) static int oggz_stream_set_numheaders (OGGZ * oggz, long serialno, int numheaders) @ 1.2 log @New bugs reported upstream - add references @ text @d1 1 a1 1 $NetBSD: patch-nc,v 1.1 2009/08/26 21:07:32 martin Exp $ @ 1.1 log @Fix very obvious alignment issue @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 1 # not reported upstream yet @