diff options
author | 2003-01-03 19:06:11 +0000 | |
---|---|---|
committer | 2003-01-03 19:06:11 +0000 | |
commit | 9faa160c69bd44b7a21cbcd23d42d2631b47a447 (patch) | |
tree | c68d29c878d9b850fd031c9726d5f0130375cb9a /net-im/sim/files | |
parent | URI fix (diff) | |
download | historical-9faa160c69bd44b7a21cbcd23d42d2631b47a447.tar.gz historical-9faa160c69bd44b7a21cbcd23d42d2631b47a447.tar.bz2 historical-9faa160c69bd44b7a21cbcd23d42d2631b47a447.zip |
Added missing patch
Diffstat (limited to 'net-im/sim/files')
-rw-r--r-- | net-im/sim/files/sim-0.8.1-nostl.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/sim/files/sim-0.8.1-nostl.diff b/net-im/sim/files/sim-0.8.1-nostl.diff new file mode 100644 index 000000000000..b7c714953ecd --- /dev/null +++ b/net-im/sim/files/sim-0.8.1-nostl.diff @@ -0,0 +1,24 @@ +diff -urN sim-0.8.orig/sim/msgedit.cpp sim-0.8/sim/msgedit.cpp +--- sim/msgedit.cpp 2002-10-20 03:06:15.000000000 +0200 ++++ sim/msgedit.cpp 2002-12-05 19:34:23.000000000 +0200 +@@ -15,6 +15,8 @@ + * * + ***************************************************************************/ + ++#define QT_NO_STL ++ + #include "msgedit.h" + #include "msgview.h" + #include "editspell.h" +diff -urN sim-0.8.orig/sim/parse.ll sim-0.8/sim/parse.ll +--- sim/parse.ll 2002-10-20 01:20:35.000000000 +0200 ++++ sim/parse.ll 2002-12-05 19:34:08.000000000 +0200 +@@ -16,6 +16,8 @@ + * * + ***************************************************************************/ + ++#define QT_NO_STL ++ + #include "mainwin.h" + #include "client.h" + #include <stack> |