089acff6fe
+ 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
16 lines
523 B
Plaintext
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',
|