From 8ce67859c54234dabd88e17a0bc72369ea8301a3 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 27 Apr 2004 19:17:46 +0000 Subject: fix Qt/Embedded's STL breakage w/ g++ 3.4 --- (limited to 'qt') diff --git a/qt/qt-2.3.7.patch/qte237-all.patch b/qt/qt-2.3.7.patch/qte237-all.patch index 43d7a69..daf0e9c 100644 --- a/qt/qt-2.3.7.patch/qte237-all.patch +++ b/qt/qt-2.3.7.patch/qte237-all.patch @@ -812,3 +812,14 @@ inline QChar::QChar() { +--- 2.3.7/src/tools/qcstring.h~gcc34-compliance 2004-04-27 20:21:48.000000000 +0200 ++++ 2.3.7/src/tools/qcstring.h 2004-04-27 20:22:52.000000000 +0200 +@@ -119,7 +119,7 @@ + // We want to keep source compatibility for 2.x + // ### TODO for 4.0: completely remove these and the cstr* functions + +-#if !defined(QT_GENUINE_STR) ++#if 0 + + #undef strlen + #define strlen qstrlen -- cgit v0.9.0.2