openbsd-ports/www/chromium/patches/patch-third_party_libvpx_libvpx_gyp
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

16 lines
520 B
Plaintext

$OpenBSD: patch-third_party_libvpx_libvpx_gyp,v 1.1 2011/02/08 09:43:02 espie Exp $
--- third_party/libvpx/libvpx.gyp.orig Fri Jan 21 10:31:24 2011
+++ third_party/libvpx/libvpx.gyp Sun Jan 23 23:27:36 2011
@@ -35,6 +35,11 @@
'libvpx_path': 'lib/linux/arm',
},
}],
+ ['OS=="openbsd"', {
+ 'variables': {
+ 'libvpx_path': '/usr/local/lib',
+ },
+ }],
['OS=="win"', {
'variables': {
'libvpx_path': 'lib/win/ia32',