]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-4.0.0-snapshot/gcc34.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-4.0.0-snapshot / gcc34.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-embedded-opensource-4.0.0-b1/src/core/tools/qchar.h~gcc34
7 +++ qt-embedded-opensource-4.0.0-b1/src/core/tools/qchar.h
8 @@ -197,7 +197,7 @@
9      const char ascii() const;
10      const char latin1() const;
11      inline const ushort unicode() const { return ucs; }
12 -    inline ushort &unicode() { return ucs; }
13 +    inline ushort &unicode() { return *(&ucs); }
14  
15      static QChar fromAscii(char c);
16      static QChar fromLatin1(char c);
17 --- qt-embedded-opensource-4.0.0-b1/src/gui/embedded/qgfxlinuxfb_qws.cpp~gcc34
18 +++ qt-embedded-opensource-4.0.0-b1/src/gui/embedded/qgfxlinuxfb_qws.cpp
19 @@ -31,6 +31,7 @@
20  
21  #include <unistd.h>
22  #include <stdlib.h>
23 +#include <stdio.h>
24  #include <sys/ioctl.h>
25  #include <sys/types.h>
26  #include <sys/stat.h>