summaryrefslogtreecommitdiffstats
path: root/src/libvpx-1-config.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-25 21:49:01 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-25 21:52:20 (GMT)
commitd930419fad66109b291d5705fe34ea441d886d9c (patch)
tree7a7fab6dcd1ad8b82f0ee98ed7e78ee15f048da0 /src/libvpx-1-config.patch
parent87334964984af9816c5ca2a894e401d26d556b03 (diff)
downloadmxe-d930419fad66109b291d5705fe34ea441d886d9c.zip
mxe-d930419fad66109b291d5705fe34ea441d886d9c.tar.gz
mxe-d930419fad66109b291d5705fe34ea441d886d9c.tar.bz2
package libvpx: add missing private dependency to .pc file
Diffstat (limited to 'src/libvpx-1-config.patch')
-rw-r--r--src/libvpx-1-config.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libvpx-1-config.patch b/src/libvpx-1-config.patch
deleted file mode 100644
index 402398f..0000000
--- a/src/libvpx-1-config.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
-diff --git a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -481,9 +481,6 @@ process_detect() {
- }
- fi
- check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
-- check_ld <<EOF || die "Toolchain is unable to link executables"
--int main(void) {return 0;}
--EOF
- # check system headers
- check_header stdint.h
- check_header pthread.h