1
0
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:
Joe Marcus Clarke 2004-08-04 19:33:29 +00:00
parent 4aa3b83ec7
commit 5ff36ac5fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115419
4 changed files with 20 additions and 0 deletions

View 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

View 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