@ -0,0 +1,41 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../licq/licq-1.5.0-compile.patch |
|||
# Copyright (C) 2011 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
|
|||
error: invalid conversion from 'const char**' to 'char**' |
|||
|
|||
--- licq-1.5.0/src/translator.cpp.orig 2011-04-19 02:00:23.472077820 +0200
|
|||
+++ licq-1.5.0/src/translator.cpp 2011-04-19 02:09:10.076077820 +0200
|
|||
@@ -394,7 +394,7 @@
|
|||
else |
|||
{ |
|||
const char* inPtr = s.c_str(); |
|||
- size_t ret = iconv(tr, (ICONV_CONST char**)&inPtr, &inLen, &outPtr, &outLen);
|
|||
+ size_t ret = iconv(tr, (char**)&inPtr, &inLen, &outPtr, &outLen);
|
|||
iconv_close(tr); |
|||
|
|||
if (outDone != NULL) |
|||
--- licq-1.5.0/plugins/osd/src/licq-osd.cpp.orig 2011-04-19 03:03:33.660077822 +0200
|
|||
+++ licq-1.5.0/plugins/osd/src/licq-osd.cpp 2011-04-19 03:04:11.936077820 +0200
|
|||
@@ -778,7 +778,7 @@
|
|||
|
|||
while ((fromsize>0) && (tosize>0)) |
|||
{ |
|||
- if ((int)iconv(conv, (ICONV_CONST char **)&msgptr, &fromsize, &resptr, &tosize)==-1)
|
|||
+ if ((int)iconv(conv, (char **)&msgptr, &fromsize, &resptr, &tosize)==-1)
|
|||
{ |
|||
// array is not enough |
|||
if (errno == E2BIG) |
@ -1,59 +1,65 @@ |
|||
|
|||
[TIMESTAMP] 1134286291 Sun Dec 11 08:31:31 2005 |
|||
[BUILDTIME] 155 (9) ERROR |
|||
[SIZE] 6.03 MB, 687 files |
|||
[TIMESTAMP] 1303209015 Tue Apr 19 12:30:15 2011 |
|||
[BUILDTIME] 200 (5) |
|||
[SIZE] 9.16 MB, 953 files |
|||
|
|||
[DEP] bash |
|||
[DEP] binutils |
|||
[DEP] boost |
|||
[DEP] bzip2 |
|||
[DEP] xorg-cf-files |
|||
[DEP] cairo |
|||
[DEP] cdk |
|||
[DEP] cmake |
|||
[DEP] compositeproto |
|||
[DEP] coreutils |
|||
[DEP] cyrus-sasl2 |
|||
[DEP] diffutils |
|||
[DEP] expat |
|||
[DEP] gamin |
|||
[DEP] file |
|||
[DEP] fhs |
|||
[DEP] findutils |
|||
[DEP] fixesproto |
|||
[DEP] fontconfig |
|||
[DEP] freetype |
|||
[DEP] gawk |
|||
[DEP] gcc |
|||
[DEP] gettext |
|||
[DEP] glib |
|||
[DEP] glibc |
|||
[DEP] gloox |
|||
[DEP] gmp |
|||
[DEP] gpgme |
|||
[DEP] grep |
|||
[DEP] imake |
|||
[DEP] kdelibs |
|||
[DEP] libart_lgpl23 |
|||
[DEP] libdrm |
|||
[DEP] kbproto |
|||
[DEP] libaosd |
|||
[DEP] libassuan |
|||
[DEP] libgpg-error |
|||
[DEP] libice |
|||
[DEP] libidn |
|||
[DEP] libpng |
|||
[DEP] libpthread-stubs |
|||
[DEP] libsm |
|||
[DEP] libx11 |
|||
[DEP] libxau |
|||
[DEP] libxcursor |
|||
[DEP] libxdmcp |
|||
[DEP] libxcb |
|||
[DEP] libxcomposite |
|||
[DEP] libxext |
|||
[DEP] libxfixes |
|||
[DEP] libxft |
|||
[DEP] libxinerama |
|||
[DEP] libxmu |
|||
[DEP] libxrandr |
|||
[DEP] libxrender |
|||
[DEP] libxscrnsaver |
|||
[DEP] libxt |
|||
[DEP] libxxf86vm |
|||
[DEP] linux-header |
|||
[DEP] make |
|||
[DEP] mesa |
|||
[DEP] mktemp |
|||
[DEP] net-tools |
|||
[DEP] ncurses |
|||
[DEP] openssl |
|||
[DEP] qt3 |
|||
[DEP] pango |
|||
[DEP] patch |
|||
[DEP] pixman |
|||
[DEP] pkgconfig |
|||
[DEP] qt4 |
|||
[DEP] renderproto |
|||
[DEP] scrnsaverproto |
|||
[DEP] sed |
|||
[DEP] subversion |
|||
[DEP] sysfiles |
|||
[DEP] tar |
|||
[DEP] util-linux |
|||
[DEP] util-linux-ng |
|||
[DEP] xextproto |
|||
[DEP] xosd |
|||
[DEP] xproto |
|||
[DEP] zlib |