diff options
author | albator <[email protected]> | 2011-11-06 09:19:14 +0100 |
---|---|---|
committer | albator <[email protected]> | 2011-11-06 09:19:14 +0100 |
commit | f4c0c862cd063f006d2028e84c97f559a3ecf26f (patch) | |
tree | 2e72302f5a7db2a5fd78ef55be0b25b8f26e997e /redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch | |
parent | 70bc259aa3f4dbd83bd239030690759449ee714b (diff) | |
download | tde-packaging-f4c0c862cd063f006d2028e84c97f559a3ecf26f.tar.gz tde-packaging-f4c0c862cd063f006d2028e84c97f559a3ecf26f.zip |
Moves QT3 at in root directory instead of "dependancies"
Diffstat (limited to 'redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch')
-rw-r--r-- | redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch b/redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch deleted file mode 100644 index 0c93c416a..000000000 --- a/redhat/dependencies/qt3/qt-x11-free-3.3.7-arm.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- qt-x11-free-3.3.7/src/tools/qglobal.h.orig 2007-04-24 09:02:36.000000000 -0400 -+++ qt-x11-free-3.3.7/src/tools/qglobal.h 2007-04-24 09:03:02.000000000 -0400 -@@ -315,9 +315,9 @@ - QString bloat. However, gcc 3.4 doesn't allow us to create references to - members of a packed struct. (Pointers are OK, because then you - supposedly know what you are doing.) */ --# if (defined(__arm__) || defined(__ARMEL__)) && !defined(QT_MOC_CPP) -+# if (defined(__arm__) || defined(__ARMEL__)) && !defined(QT_MOC_CPP) && !defined(__ARM_EABI__) - # define Q_PACKED __attribute__ ((packed)) --# if __GNUC__ == 3 && __GNUC_MINOR__ >= 4 -+# if __GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) - # define Q_NO_PACKED_REFERENCE - # endif - # endif ---- qt-x11-free-3.3.7/src/tools/qstring.h.orig 2007-04-24 09:03:11.000000000 -0400 -+++ qt-x11-free-3.3.7/src/tools/qstring.h 2007-04-24 09:03:27.000000000 -0400 -@@ -194,7 +194,7 @@ - char latin1() const { return ucs > 0xff ? 0 : (char) ucs; } - ushort unicode() const { return ucs; } - #ifdef Q_NO_PACKED_REFERENCE -- ushort &unicode() { return *(&ucs); } -+ ushort &unicode() { return *((ushort *)&ucs); } - #else - ushort &unicode() { return ucs; } - #endif |