mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Remove a dead patch, and fix the build with valgrind.
This commit is contained in:
parent
4aa3b83ec7
commit
5ff36ac5fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115419
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 Wed Aug 4 15:31:41 2004
|
||||
+++ gst/gstmemchunk.c Wed Aug 4 15:31: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 Wed Aug 4 15:31:41 2004
|
||||
+++ gst/gstmemchunk.c Wed Aug 4 15:31: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…
Reference in New Issue
Block a user