1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:45:07 +03:00

centerim: update to 4.22.10 and fix build

This commit is contained in:
kyak 2012-03-29 20:34:35 +04:00
parent caaecfd42d
commit e2440806b6
2 changed files with 13 additions and 3 deletions

View File

@ -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)

View File

@ -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 <stddef.h>
#include <set>
#include <list>