diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 08:44:18 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | cd1655c9ef429d8e3720e774f8af97c4cb380bd7 (patch) | |
tree | 37f93f8c105fbe72c6b76553f33821a0d22c82de /src/libircclient-1-fixes.patch | |
parent | 628590f62de2b42c5296a6e9d82acf13188db682 (diff) | |
download | mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.zip mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.gz mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.bz2 |
various packages: refresh patches
brings patches into common format to reduce noise in diffs
Diffstat (limited to 'src/libircclient-1-fixes.patch')
-rw-r--r-- | src/libircclient-1-fixes.patch | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/libircclient-1-fixes.patch b/src/libircclient-1-fixes.patch index f22302e..033db53 100644 --- a/src/libircclient-1-fixes.patch +++ b/src/libircclient-1-fixes.patch @@ -2,14 +2,14 @@ This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. -From aab6124359bbf8d0b3003ccf4adc791e0d921aa3 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Tue, 8 Oct 2013 22:37:07 +0200 -Subject: [PATCH 1/2] use the proper WIN32 define +Subject: [PATCH] use the proper WIN32 define diff --git a/include/libircclient.h b/include/libircclient.h -index 250a0d1..7ff83be 100644 +index 1111111..2222222 100644 --- a/include/libircclient.h +++ b/include/libircclient.h @@ -46,7 +46,7 @@ @@ -21,18 +21,15 @@ index 250a0d1..7ff83be 100644 #include <sys/select.h> /* fd_set */ #else #include <winsock2.h> --- -1.8.1.4 - -From 1ac4521bd869d7cb3a82640d44f80cb9f9388eb7 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Tue, 8 Oct 2013 22:37:29 +0200 -Subject: [PATCH 2/2] fix missing header +Subject: [PATCH] fix missing header diff --git a/include/libircclient.h b/include/libircclient.h -index 7ff83be..677f41f 100644 +index 1111111..2222222 100644 --- a/include/libircclient.h +++ b/include/libircclient.h @@ -133,6 +133,7 @@ typedef void (*irc_dcc_callback_t) (irc_session_t * session, irc_dcc_t id, int s @@ -43,6 +40,3 @@ index 7ff83be..677f41f 100644 #undef IN_INCLUDE_LIBIRC_H --- -1.8.1.4 - |