mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix the build when valgrind is installed.
Reported by: lofi
This commit is contained in:
parent
ed65da09c5
commit
2affcf4fcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112171
2 changed files with 20 additions and 0 deletions
10
multimedia/gstreamer/files/patch-gst_gstmemchunk.c
Normal file
10
multimedia/gstreamer/files/patch-gst_gstmemchunk.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- gst/gstmemchunk.c.orig Thu Jun 24 16:30:43 2004
|
||||||
|
+++ gst/gstmemchunk.c Thu Jun 24 16:30:52 2004
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#include "gstmemchunk.h"
|
||||||
|
#include "gsttrashstack.h"
|
||||||
|
#ifdef HAVE_VALGRIND
|
||||||
|
+#include <sys/types.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#include <valgrind/valgrind.h>
|
||||||
|
#endif
|
10
multimedia/gstreamer80/files/patch-gst_gstmemchunk.c
Normal file
10
multimedia/gstreamer80/files/patch-gst_gstmemchunk.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- gst/gstmemchunk.c.orig Thu Jun 24 16:30:43 2004
|
||||||
|
+++ gst/gstmemchunk.c Thu Jun 24 16:30:52 2004
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#include "gstmemchunk.h"
|
||||||
|
#include "gsttrashstack.h"
|
||||||
|
#ifdef HAVE_VALGRIND
|
||||||
|
+#include <sys/types.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#include <valgrind/valgrind.h>
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue