Update multimedia/gpac-libgpac to version 1.0.0_1,1
[dports.git] / multimedia / gpac-libgpac / dragonfly / patch-src_filters_in__pipe.c
1 For mkfifo()
2
3 --- src/filters/in_pipe.c.orig  2020-06-16 16:17:17 UTC
4 +++ src/filters/in_pipe.c
5 @@ -37,7 +37,7 @@
6  #include <fcntl.h>
7  #include <unistd.h>
8  
9 -#ifdef GPAC_CONFIG_LINUX
10 +#if defined(GPAC_CONFIG_LINUX) || defined(__DragonFly__)
11  #include <sys/types.h>
12  #include <sys/stat.h>
13  #endif