mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix build on 10.3 i386 noticed by pkg-fallout. Patch has also been
submitted upstream. Now tested on 10.3 i386 and 11.1 amd64. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D13765
This commit is contained in:
parent
35e45d3827
commit
9d1cb4d896
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458026
@ -0,0 +1,13 @@
|
||||
Missing include needed for std::abs; this caused a build error on 10.3 i386.
|
||||
|
||||
--- src/Components/Engine/AbstractEngine.cpp.orig 2017-12-31 13:34:19 UTC
|
||||
+++ src/Components/Engine/AbstractEngine.cpp
|
||||
@@ -29,6 +29,8 @@
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
+#include <cstdlib>
|
||||
+
|
||||
using Engine::Base;
|
||||
|
||||
struct Base::Private
|
Loading…
Reference in New Issue
Block a user