summaryrefslogtreecommitdiff
path: root/media-libs/gavl/files/1.4.0-c99.patch
blob: 957b3ff5b4f6eac4c92e4520ac1715f88890e9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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))