head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2012.03.10.14.57.35; author ryoon; state dead; branches; next 1.1; 1.1 date 2012.03.10.03.26.06; author ryoon; state Exp; branches; next ; desc @@ 1.2 log @Remove necessary backups of the patches. @ text @$NetBSD: patch-mozilla_media_libvpx_vpx_config.h.orig,v 1.1 2012/03/10 03:26:06 ryoon Exp $ --- mozilla/media/libvpx/vpx_config.h.orig 2011-11-07 21:08:15.000000000 +0000 +++ mozilla/media/libvpx/vpx_config.h @@@@ -12,11 +12,11 @@@@ /* 32 bit MacOS. */ #include "vpx_config_x86-darwin9-gcc.h" -#elif defined(__linux__) && defined(__i386__) +#elif (defined(__linux__) || defined(__DragonFly__)) && defined(__i386__) /* 32 bit Linux. */ #include "vpx_config_x86-linux-gcc.h" -#elif defined(__linux__) && defined(__x86_64__) +#elif (defined(__linux__) || defined(__DragonFly__)) && defined(__x86_64__) /* 64 bit Linux. */ #include "vpx_config_x86_64-linux-gcc.h" @ 1.1 log @Update to 2.7.2 * Many new features. * Security bugfixes. * See http://www.seamonkey-project.org/releases/seamonkey2.7/ @ text @d1 1 a1 1 $NetBSD: patch-mozilla_media_libvpx_vpx_config.h,v 1.1 2012/01/07 20:44:32 marino Exp $ @