openbsd-ports/www/chromium/patches/patch-third_party_libvpx_libvpx_gyp
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00

16 lines
523 B
Plaintext

$OpenBSD: patch-third_party_libvpx_libvpx_gyp,v 1.2 2011/04/29 13:18:02 robert Exp $
--- third_party/libvpx/libvpx.gyp.orig Tue Apr 26 10:22:57 2011
+++ third_party/libvpx/libvpx.gyp Thu Apr 28 11:17:49 2011
@@ -223,6 +223,11 @@
'libvpx_path': 'lib/linux/arm',
},
}],
+ ['OS=="openbsd"', {
+ 'variables': {
+ 'libvpx_path': '/usr/local/lib',
+ },
+ }],
['OS=="win"', {
'variables': {
'libvpx_path': 'lib/win/ia32',