SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/valgrind/patches/patch-drd_drd_main_c
Normal file
11
devel/valgrind/patches/patch-drd_drd_main_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- drd/drd_main.c.orig
|
||||
+++ drd/drd_main.c
|
||||
@@ -739,7 +739,7 @@
|
||||
|
||||
static void DRD_(post_clo_init)(void)
|
||||
{
|
||||
-#if defined(VGO_linux) || defined(VGO_darwin) || defined(VGO_solaris) || defined(VGO_freebsd)
|
||||
+#if defined(VGO_linux) || defined(VGO_darwin) || defined(VGO_solaris) || defined(VGO_freebsd) || defined(VGO_openbsd)
|
||||
/* fine */
|
||||
#else
|
||||
VG_(printf)("\nWARNING: DRD has not yet been tested on this operating system.\n\n");
|
Loading…
Add table
Add a link
Reference in a new issue