Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-Modules_Debuggers_ProjectCenter_PTYView.m,v 1.2 2012/10/22 03:03:23 rh Exp $
Include util.h when compiling for NetBSD and OpenBSD.
--- Modules/Debuggers/ProjectCenter/PTYView.m.orig 2012-04-20 08:35:30.000000000 +0000
+++ Modules/Debuggers/ProjectCenter/PTYView.m
@@ -46,6 +46,10 @@
#include <stropts.h>
#endif
+#if defined (__NetBSD__) || defined (__OpenBSD__)
+# include <util.h>
+#endif
+
#ifndef NOTIFICATION_CENTER
#define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]
#endif