Author: glen Date: Thu Aug 19 09:09:45 2010 GMT Module: packages Tag: HEAD ---- Log message: - add Signed-off-by:
---- Files affected: packages/synce-vdccm: gcc.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/synce-vdccm/gcc.patch diff -u packages/synce-vdccm/gcc.patch:1.1 packages/synce-vdccm/gcc.patch:1.2 --- packages/synce-vdccm/gcc.patch:1.1 Thu Aug 19 11:03:30 2010 +++ packages/synce-vdccm/gcc.patch Thu Aug 19 11:09:40 2010 @@ -1,3 +1,13 @@ +Fix missing header error on recent gcc + +rapiconnection.cpp: In member function 'void RapiConnection::handshakeClientInitialized(unsigned char*)': +rapiconnection.cpp:109:21: error: 'stderr' was not declared in this scope +rapiconnection.cpp:109:50: error: 'fprintf' was not declared in this scope +rapiconnection.cpp:111:21: error: 'printf' was not declared in this scope +make[3]: *** [rapiconnection.o] Error 1 + +Signed-off-by: Elan Ruusamäe <[email protected]> + --- vdccm-0.10.1/src/rapiconnection.cpp~ 2007-05-10 21:27:03.000000000 +0300 +++ vdccm-0.10.1/src/rapiconnection.cpp 2010-08-19 12:02:26.826534642 +0300 @@ -22,6 +22,7 @@ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/synce-vdccm/gcc.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
