diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 11:25:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 11:25:25 +0000 |
commit | 86527374146315c454b3b7a6116813ca00aec7e4 (patch) | |
tree | e97c4f1a74497afb4e5ac6e497d9b842a9c6318c /archivers | |
parent | c74e8d9b62c94e4e9a40456405230c3494ac16a0 (diff) | |
download | pkgsrc-86527374146315c454b3b7a6116813ca00aec7e4.tar.gz |
Depend on errno.h to provide errno.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xmill/distinfo | 3 | ||||
-rw-r--r-- | archivers/xmill/patches/patch-ab | 14 |
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() + { |