diff options
author | 2006-04-04 17:37:18 +0000 | |
---|---|---|
committer | 2006-04-04 17:37:18 +0000 | |
commit | a35fe22af0ac360e4a48fc0f93b76eba1ad4d5ae (patch) | |
tree | 9da84cc2ba01669a91447d9f2a9de39dba7a86e0 /games-util/qjoypad/files | |
parent | stable on amd64 wrt bug 126435 (diff) | |
download | gentoo-2-a35fe22af0ac360e4a48fc0f93b76eba1ad4d5ae.tar.gz gentoo-2-a35fe22af0ac360e4a48fc0f93b76eba1ad4d5ae.tar.bz2 gentoo-2-a35fe22af0ac360e4a48fc0f93b76eba1ad4d5ae.zip |
gcc-4.1 fix, bug #126595
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'games-util/qjoypad/files')
-rw-r--r-- | games-util/qjoypad/files/digest-qjoypad-3.4 | 2 | ||||
-rw-r--r-- | games-util/qjoypad/files/qjoypad-3.4-gcc41.patch | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/games-util/qjoypad/files/digest-qjoypad-3.4 b/games-util/qjoypad/files/digest-qjoypad-3.4 index 810caf9ba92c..11722876e200 100644 --- a/games-util/qjoypad/files/digest-qjoypad-3.4 +++ b/games-util/qjoypad/files/digest-qjoypad-3.4 @@ -1 +1,3 @@ MD5 f103086cc7e2571a218f1acea36d533f qjoypad-3.4.tgz 92298 +RMD160 1c623383b11ffe9e58224e7304eb588d42816ed9 qjoypad-3.4.tgz 92298 +SHA256 b2af48bfc36e919a6e87fbb0bcfe59166e4777aee820416c66e5a02bef3aad24 qjoypad-3.4.tgz 92298 diff --git a/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch b/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch new file mode 100644 index 000000000000..2b6dc040f3a5 --- /dev/null +++ b/games-util/qjoypad/files/qjoypad-3.4-gcc41.patch @@ -0,0 +1,14 @@ +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/"); + + |