diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:45:33 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:45:33 +0000 |
commit | 8ca9ea7cf6ebc729d221ba7b4bf424b3e4d96674 (patch) | |
tree | f8a6fcf10bcb76a6262961a231c5dea17b56f0f4 /games-util/qjoypad | |
parent | rm (diff) | |
download | gentoo-2-8ca9ea7cf6ebc729d221ba7b4bf424b3e4d96674.tar.gz gentoo-2-8ca9ea7cf6ebc729d221ba7b4bf424b3e4d96674.tar.bz2 gentoo-2-8ca9ea7cf6ebc729d221ba7b4bf424b3e4d96674.zip |
rm
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-util/qjoypad')
-rw-r--r-- | games-util/qjoypad/files/qjoypad-3.4-gcc41.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch b/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch deleted file mode 100644 index 2b6dc040f3a5..000000000000 --- a/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur qjoypad-3.4-orig/src/layout.h qjoypad-3.4/src/layout.h ---- qjoypad-3.4-orig/src/layout.h 2006-03-17 23:23:24.000000000 -0500 -+++ qjoypad-3.4/src/layout.h 2006-03-17 23:26:44.000000000 -0500 -@@ -40,6 +40,9 @@ - //for recognizing when the special empty layout is in use - #define NL "[NO LAYOUT]" - -+//Circular dependency in the headers, so adding a forward declaration here -+class LayoutEdit; -+ - //where QJoyPad saves its settings! - const QString settingsDir(QDir::homeDirPath() + "/.qjoypad3/"); - - |