summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-08-28 18:01:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-08-28 18:01:37 (GMT)
commit5d0e509be67724dbbd02837787008e784f949097 (patch)
tree53916995794a9be3c1d0a69a10b18e8a043bf78e
parent2f6defebe69ee03952c0b137ea5a41ce1fb5c1d3 (diff)
downloadmxe-5d0e509be67724dbbd02837787008e784f949097.zip
mxe-5d0e509be67724dbbd02837787008e784f949097.tar.gz
mxe-5d0e509be67724dbbd02837787008e784f949097.tar.bz2
packages libarchive libdnet: updated patch provenance
-rw-r--r--src/libarchive-1-fixes.patch11
-rw-r--r--src/libdnet-1-fixes.patch10
2 files changed, 9 insertions, 12 deletions
diff --git a/src/libarchive-1-fixes.patch b/src/libarchive-1-fixes.patch
index b9545a5..630510e 100644
--- a/src/libarchive-1-fixes.patch
+++ b/src/libarchive-1-fixes.patch
@@ -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
diff --git a/src/libdnet-1-fixes.patch b/src/libdnet-1-fixes.patch
index a5337e6..c3cd858 100644
--- a/src/libdnet-1-fixes.patch
+++ b/src/libdnet-1-fixes.patch
@@ -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