diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-11-13 13:51:37 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-13 13:53:14 +0200 |
commit | a716ed810e0c2d423de2f7efd0074c027aa02ef4 (patch) | |
tree | cae82ba5f168c6676b8cc24cfc2586c4abb623e4 /main/libvpx/libm-pc.patch | |
parent | bb0047baac241425c425d698399e7486026fe1b8 (diff) | |
download | aports-a716ed810e0c2d423de2f7efd0074c027aa02ef4.tar.bz2 aports-a716ed810e0c2d423de2f7efd0074c027aa02ef4.tar.xz |
main/libvpx: fix armv7 configuration triplet
Diffstat (limited to 'main/libvpx/libm-pc.patch')
-rw-r--r-- | main/libvpx/libm-pc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/libvpx/libm-pc.patch b/main/libvpx/libm-pc.patch deleted file mode 100644 index 87f07a3980..0000000000 --- a/main/libvpx/libm-pc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libs.mk.orig -+++ ./libs.mk -@@ -241,7 +241,7 @@ - $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@ - $(qexec)echo 'Requires:' >> $@ - $(qexec)echo 'Conflicts:' >> $@ -- $(qexec)echo 'Libs: -L$${libdir} -lvpx' >> $@ -+ $(qexec)echo 'Libs: -L$${libdir} -lvpx -lm' >> $@ - $(qexec)echo 'Cflags: -I$${includedir}' >> $@ - INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc - INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc |