summaryrefslogtreecommitdiffstats
path: root/src/libircclient-1-fixes.patch
diff options
context:
space:
mode:
authorLothar May <lothar.imap@googlemail.com>2012-01-22 21:38:10 (GMT)
committerLothar May <lothar.imap@googlemail.com>2012-01-22 21:38:10 (GMT)
commit1c13ff1a2deb75ae6b8a22d32406aca9b457909f (patch)
treee894779cf87980b554c9e06c7661c0b8188e337e /src/libircclient-1-fixes.patch
parent707237488b881799b42ebd82f08f992294979c59 (diff)
downloadmxe-1c13ff1a2deb75ae6b8a22d32406aca9b457909f.zip
mxe-1c13ff1a2deb75ae6b8a22d32406aca9b457909f.tar.gz
mxe-1c13ff1a2deb75ae6b8a22d32406aca9b457909f.tar.bz2
update package libircclient
Diffstat (limited to 'src/libircclient-1-fixes.patch')
-rw-r--r--src/libircclient-1-fixes.patch29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/libircclient-1-fixes.patch b/src/libircclient-1-fixes.patch
index 4107b02..023f284 100644
--- a/src/libircclient-1-fixes.patch
+++ b/src/libircclient-1-fixes.patch
@@ -3,35 +3,10 @@ See doc/index.html for further information.
Contains ad hoc patches for cross building.
-From 7e5a98fd8854295cfde1987cb7d077c5876111b2 Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Thu, 23 Jun 2011 15:45:49 +1000
-Subject: [PATCH 1/3] The wrong source files are specified in the makefile.
-
-There is one wrapper source file which includes all and
-implements additional functions.
-
-diff --git a/src/Makefile.in b/src/Makefile.in
-index 091c6af..e3b7f81 100644
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -20,7 +20,7 @@ install: lib
- cp ../include/libirc_events.h @prefix@/include/libirc_events.h
- cp libirc.a @prefix@/include/lib/libirc.a
-
--$(OBJS): utils.c dcc.c errors.c portable.c sockets.c colors.c
-+$(OBJS): libircclient.c
-
- libircclient.a: $(OBJS)
- $(AR) libircclient.a $(OBJS)
---
-1.7.3.4
-
-
From e7a3c62440a8c89c48914d8d45bb2e3d14b9bbd8 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Thu, 23 Jun 2011 15:47:52 +1000
-Subject: [PATCH 2/3] IPv6 support is broken and is forced to be disabled.
+Subject: [PATCH 1/2] IPv6 support is broken and is forced to be disabled.
This place is sufficient - IPv6 initialisation will now cause an error.
@@ -55,7 +30,7 @@ index 5d266c0..1ec11c1 100644
From 78326f1af372da340197c15897b54fdd45652bf3 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Thu, 23 Jun 2011 15:48:33 +1000
-Subject: [PATCH 3/3] Use the proper WIN32 define.
+Subject: [PATCH 2/2] Use the proper WIN32 define.
diff --git a/include/libircclient.h b/include/libircclient.h