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 +