summaryrefslogtreecommitdiff
path: root/archivers/xmill/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-10-03 11:25:25 +0000
committerjoerg <joerg@pkgsrc.org>2005-10-03 11:25:25 +0000
commit86527374146315c454b3b7a6116813ca00aec7e4 (patch)
treee97c4f1a74497afb4e5ac6e497d9b842a9c6318c /archivers/xmill/patches
parentc74e8d9b62c94e4e9a40456405230c3494ac16a0 (diff)
downloadpkgsrc-86527374146315c454b3b7a6116813ca00aec7e4.tar.gz
Depend on errno.h to provide errno.
Diffstat (limited to 'archivers/xmill/patches')
-rw-r--r--archivers/xmill/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/xmill/patches/patch-ab b/archivers/xmill/patches/patch-ab
new file mode 100644
index 00000000000..8018675159a
--- /dev/null
+++ b/archivers/xmill/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2005/10/03 11:31:57 joerg Exp $
+
+--- XMill/File.cpp.orig 2005-07-22 15:15:14.000000000 +0000
++++ XMill/File.cpp
+@@ -32,9 +32,6 @@ History:
+
+ #include "stdafx.h"
+
+-/* external imports */
+-extern int errno;
+-
+ /* class CFile implementation */
+ CFile::CFile()
+ {