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 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.3 date 2009.05.25.20.56.38; author drochner; state dead; branches; next 1.2; 1.2 date 2008.12.18.16.19.07; author bjs; state Exp; branches; next 1.1; 1.1 date 2008.07.30.21.03.17; author ahoka; state Exp; branches; next ; desc @@ 1.3 log @update to the 20090326 snapshot. This is not absolutely new, but there was a period of relative quietness in x264 development, and I've been testing this snapshot for some weeks (on i386). There are too many changes to list here. @ text @$NetBSD: patch-af,v 1.2 2008/12/18 16:19:07 bjs Exp $ --- common/ppc/mc.c.orig 2008-12-12 16:45:07.000000000 -0500 +++ common/ppc/mc.c @@@@ -27,7 +27,7 @@@@ #include #include -#ifdef SYS_LINUX +#if defined(SYS_LINUX) || defined(SYS_NETBSD) || defined(SYS_OPENBSD) #include #endif @ 1.2 log @Update to 20081218 snapshot. There is no NEWS file or list of changes; please see the repository for more information. I'm doing this update our version is over a year old and some software is starting to require a newer version. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2008/07/30 21:03:17 ahoka Exp $ @ 1.1 log @Include altivec.h on NetBSD/ppc. This will unbreak the build for that platform. Closes PR pkg/38470. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- common/ppc/mc.c.orig 2007-12-18 22:45:03.000000000 +0100 d10 1 a10 1 +#if defined(SYS_LINUX) || defined(__NetBSD__) @