From e2440806b6e44d4099a23038540e2e5f3ce27c6c Mon Sep 17 00:00:00 2001 From: kyak Date: Thu, 29 Mar 2012 20:34:35 +0400 Subject: [PATCH] centerim: update to 4.22.10 and fix build --- centerim/Makefile | 6 +++--- centerim/patches/sigslot.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 centerim/patches/sigslot.patch diff --git a/centerim/Makefile b/centerim/Makefile index 511cab5..5888165 100644 --- a/centerim/Makefile +++ b/centerim/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=centerim -PKG_VERSION:=4.22.9 -PKG_RELEASE:=4 +PKG_VERSION:=4.22.10 +PKG_RELEASE:=1 PKG_SOURCE:=centerim-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.centerim.org/download/releases -PKG_MD5SUM:=c43911508205e0277529230c8316a298 +PKG_MD5SUM:=7565c3c8cac98a4e2d8524076a44676f PKG_BUILD_DIR:=$(BUILD_DIR)/centerim-$(PKG_VERSION) diff --git a/centerim/patches/sigslot.patch b/centerim/patches/sigslot.patch new file mode 100644 index 0000000..2bc60a1 --- /dev/null +++ b/centerim/patches/sigslot.patch @@ -0,0 +1,10 @@ +--- a/libicq2000/libicq2000/sigslot.h ++++ b/libicq2000/libicq2000/sigslot.h +@@ -82,6 +82,7 @@ + #ifndef SIGSLOT_H__ + #define SIGSLOT_H__ + ++#include + #include + #include +