summaryrefslogtreecommitdiff
path: root/archivers/xmill
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-03 11:25:25 +0000
committerjoerg <joerg>2005-10-03 11:25:25 +0000
commit37afa2360bbc41ef5bf8fdc4dcc62608cee08ab5 (patch)
treee97c4f1a74497afb4e5ac6e497d9b842a9c6318c /archivers/xmill
parent1d34e52e3c9ce216154faa30630bca4ab459ac9d (diff)
downloadpkgsrc-37afa2360bbc41ef5bf8fdc4dcc62608cee08ab5.tar.gz
Depend on errno.h to provide errno.
Diffstat (limited to 'archivers/xmill')
-rw-r--r--archivers/xmill/distinfo3
-rw-r--r--archivers/xmill/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/archivers/xmill/distinfo b/archivers/xmill/distinfo
index 61c9bb7382b..e16c3daf5ae 100644
--- a/archivers/xmill/distinfo
+++ b/archivers/xmill/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 14:45:27 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/10/03 11:25:25 joerg Exp $
SHA1 (xmill-0.9.1.tar.gz) = 491e44ea9a66293af6837db4dc54ed63065c0d67
RMD160 (xmill-0.9.1.tar.gz) = 7ca0e60b16e609997010a94f2bffd3a5c2ab60ff
Size (xmill-0.9.1.tar.gz) = 1021363 bytes
SHA1 (patch-aa) = b4f10f11906bdcc927214823f93ef597c0d4b750
+SHA1 (patch-ab) = 1d615fa8446139215d7f53cb2d2c91915786aa9f
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()
+ {