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

19
lang/STk/patches/patch-aj Normal file
View File

@@ -0,0 +1,19 @@
$NetBSD: patch-aj,v 1.1 2006/01/11 17:43:34 joerg Exp $
--- Tcl/tclUnixPort.h.orig 2006-01-11 17:08:11.000000000 +0000
+++ Tcl/tclUnixPort.h
@@ -176,14 +176,6 @@
#define TCL_PLATFORM_TRANSLATION TCL_TRANSLATE_LF
/*
- * Not all systems declare the errno variable in errno.h. so this
- * file does it explicitly. The list of system error messages also
- * isn't generally declared in a header file anywhere.
- */
-
-extern int errno;
-
-/*
* The type of the status returned by wait varies from UNIX system
* to UNIX system. The macro below defines it:
*/