diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-23 19:11:28 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-23 19:11:28 +0000 |
commit | 54e17d15ee3abdc9f3ea9491e2d61473965dd73b (patch) | |
tree | fc385f4ffb0877777c3a42e0d43831b3c68abaee /media-sound/kenvy24gui/files | |
parent | Non-maintainer-commit: Security bump (bug #215704). Ebuild created by (diff) | |
download | historical-54e17d15ee3abdc9f3ea9491e2d61473965dd73b.tar.gz historical-54e17d15ee3abdc9f3ea9491e2d61473965dd73b.tar.bz2 historical-54e17d15ee3abdc9f3ea9491e2d61473965dd73b.zip |
Add patch to compile with GCC 4.3.
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'media-sound/kenvy24gui/files')
-rw-r--r-- | media-sound/kenvy24gui/files/kenvy24gui-1.0a+gcc-4.3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/kenvy24gui/files/kenvy24gui-1.0a+gcc-4.3.patch b/media-sound/kenvy24gui/files/kenvy24gui-1.0a+gcc-4.3.patch new file mode 100644 index 000000000000..1ae2d1828770 --- /dev/null +++ b/media-sound/kenvy24gui/files/kenvy24gui-1.0a+gcc-4.3.patch @@ -0,0 +1,13 @@ +Index: kenvy24gui/src/mainviewimpl.cpp +=================================================================== +--- kenvy24gui.orig/src/mainviewimpl.cpp ++++ kenvy24gui/src/mainviewimpl.cpp +@@ -35,6 +35,8 @@ + #include <qdial.h> + #include <krun.h> + ++#include <algorithm> ++ + #define CONFIG_PROFILE_PREFIX "profile-" + #define CONFIG_LAST_PROFILE "lastProfile" + |