summaryrefslogtreecommitdiff
path: root/devel/trio
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-15 21:55:31 +0000
committerjoerg <joerg>2005-12-15 21:55:31 +0000
commit60ef8534b22603e8a25dca2a7d47850e785b4270 (patch)
treec9d7f6340c43e0e465d29a34d793668a7c7ded24 /devel/trio
parent92c5ef50239beee607fcb6098f324c6ac78c60ed (diff)
downloadpkgsrc-60ef8534b22603e8a25dca2a7d47850e785b4270.tar.gz
Fix errno.
Diffstat (limited to 'devel/trio')
-rw-r--r--devel/trio/distinfo3
-rw-r--r--devel/trio/patches/patch-aa14
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/trio/distinfo b/devel/trio/distinfo
index 044370a6fa8..bb1d5e28412 100644
--- a/devel/trio/distinfo
+++ b/devel/trio/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:35 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/15 21:55:31 joerg Exp $
SHA1 (trio-1.3.tar.gz) = 3d90f1e12b6986cf6d62999a2ac5c7921c4fb1ea
RMD160 (trio-1.3.tar.gz) = 87f2cee37e01177b8bf78aa3394291eb1d1f7bcd
Size (trio-1.3.tar.gz) = 60598 bytes
+SHA1 (patch-aa) = fe2516370ac43972ec6d56a669436079f766e013
diff --git a/devel/trio/patches/patch-aa b/devel/trio/patches/patch-aa
new file mode 100644
index 00000000000..c9fbb3a9cd7
--- /dev/null
+++ b/devel/trio/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/12/15 21:55:31 joerg Exp $
+
+--- trio.c.orig 2005-12-15 21:49:33.000000000 +0000
++++ trio.c
+@@ -536,9 +536,6 @@ typedef struct _userdef_T {
+ * Internal variables
+ */
+
+-#if defined(PLATFORM_UNIX)
+-extern int errno;
+-#endif
+ static const char null[] = "(nil)";
+
+ #if defined(USE_LOCALE)