packages libarchive libdnet: updated patch provenance

This commit is contained in:
Mark Brand 2011-08-28 20:01:37 +02:00
parent 2f6defebe6
commit 5d0e509be6
2 changed files with 9 additions and 12 deletions

View File

@ -1,13 +1,12 @@
This file is part of mingw-cross-env.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 5dc5ed0a476884c696e0ac01f9298ba02c213290 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Wed, 24 Aug 2011 18:08:23 +0200
Subject: [PATCH] do not redefine ssize_t
Patch taken from
http://code.google.com/p/libarchive/source/detail?r=3649
mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch
allows libarchive to use this ssize_t instead of defining its
own which causes build failure. Applies to libarchive 2.8.4.
diff --git a/libarchive/archive.h b/libarchive/archive.h
index 5ca28eb..f33a8ed 100644

View File

@ -1,13 +1,11 @@
This file is part of mingw-cross-env.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 830ac87570520d72a173a351c082503c4d1b2911 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Wed, 24 Aug 2011 18:01:19 +0200
Subject: [PATCH] do not redefine ssize_t
Patch taken from http://sourceforge.net/mailarchive/message.php?msg_id=27995461
mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch
allows libdnet to use this ssize_t instead of defining its
own which causes build failure. Applies to libdnet 1.11.
diff --git a/include/dnet/os.h b/include/dnet/os.h
index c12c7b2..9e8bdd2 100644