diff options
author | 2008-08-24 03:57:47 +0000 | |
---|---|---|
committer | 2008-08-24 03:57:47 +0000 | |
commit | 6d68cbdb1869e1e0385fae6745bb9e1d0fed3dd6 (patch) | |
tree | 84d348307cb9a0734e26a917b869bb17a4bcf80b /net-im/twinkle/files | |
parent | use eapi=1 (fixes bug #233200) (diff) | |
download | gentoo-2-6d68cbdb1869e1e0385fae6745bb9e1d0fed3dd6.tar.gz gentoo-2-6d68cbdb1869e1e0385fae6745bb9e1d0fed3dd6.tar.bz2 gentoo-2-6d68cbdb1869e1e0385fae6745bb9e1d0fed3dd6.zip |
version bump. attempting to support --without-kde. Any probs let me know
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
Diffstat (limited to 'net-im/twinkle/files')
-rw-r--r-- | net-im/twinkle/files/twinkle-1.3-gcc4.3.patch | 10 | ||||
-rw-r--r-- | net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net-im/twinkle/files/twinkle-1.3-gcc4.3.patch b/net-im/twinkle/files/twinkle-1.3-gcc4.3.patch deleted file mode 100644 index 7859e85950fd..000000000000 --- a/net-im/twinkle/files/twinkle-1.3-gcc4.3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- twinkle-1.3/src/utils/file_utils.cpp.orig 2008-08-23 09:13:35.000000000 +1000 -+++ twinkle-1.3/src/utils/file_utils.cpp 2008-08-23 09:14:14.000000000 +1000 -@@ -24,6 +24,7 @@ - #include <vector> - #include <cerrno> - #include <unistd.h> -+#include <stdlib.h> - - using namespace std; - using namespace utils; diff --git a/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch b/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch new file mode 100644 index 000000000000..5c74a98b1f6c --- /dev/null +++ b/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch @@ -0,0 +1,11 @@ +--- twinkle-1.3.1/src/gui/twinkleapplication.h.orig 2008-08-24 13:44:29.000000000 +1000 ++++ twinkle-1.3.1/src/gui/twinkleapplication.h 2008-08-24 13:44:42.000000000 +1000 +@@ -36,7 +36,7 @@ + #ifdef HAVE_KDE + t_twinkle_application(); + #else +- t_twinkle_application(int &argv, char **argv); ++ t_twinkle_application(int &argc, char **argv); + #endif + virtual void commitData ( QSessionManager &sm ); + }; |