summaryrefslogtreecommitdiff
path: root/media-libs/gavl/files/1.4.0-c99.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/gavl/files/1.4.0-c99.patch')
-rw-r--r--media-libs/gavl/files/1.4.0-c99.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/gavl/files/1.4.0-c99.patch b/media-libs/gavl/files/1.4.0-c99.patch
new file mode 100644
index 000000000000..957b3ff5b4f6
--- /dev/null
+++ b/media-libs/gavl/files/1.4.0-c99.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/879699
+--- a/configure.ac
++++ b/configure.ac
+@@ -156,7 +156,7 @@ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
+ AC_TRY_RUN([
+ #include <time.h>
+ #include <errno.h>
+-main()
++int main()
+ {
+ struct timespec tp;
+ if(clock_gettime(CLOCK_MONOTONIC, &tp))