Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-libr_debug_p_debug__native.c,v 1.1 2016/09/16 14:46:25 jperkin Exp $
Support SunOS.
--- libr/debug/p/debug_native.c.orig 2016-05-24 23:34:34.000000000 +0000
+++ libr/debug/p/debug_native.c
@@ -22,7 +22,7 @@ static int r_debug_native_reg_write (RDe
#if __UNIX__ || __CYGWIN__
# include <errno.h>
-# if !defined (__HAIKU__) && !defined (__CYGWIN__)
+# if !defined (__HAIKU__) && !defined (__CYGWIN__) && !defined (__sun)
# include <sys/ptrace.h>
# endif
# include <sys/wait.h>