diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 14:24:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 15:18:16 +0200 |
commit | 4865c809591923f09f32a713dc4ba1f831e0920b (patch) | |
tree | 4285d886b9ce7b08ab4c6f5dab3a263afdfc916c /x11-misc/idesk/files | |
parent | www-misc/wsmake: Drop 0.6.4 (r0), EAPI6-- (diff) | |
download | gentoo-4865c809591923f09f32a713dc4ba1f831e0920b.tar.gz gentoo-4865c809591923f09f32a713dc4ba1f831e0920b.tar.bz2 gentoo-4865c809591923f09f32a713dc4ba1f831e0920b.zip |
x11-misc/idesk: Drop 0.7.5-r3, EAPI6--
Closes: https://bugs.gentoo.org/799671
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/idesk/files')
-rw-r--r-- | x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch b/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch deleted file mode 100644 index c4ac03e206e9..000000000000 --- a/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fixes build with glibc-2.12 - -http://bugs.gentoo.org/333515 -https://bugs.launchpad.net/ubuntu/+source/idesk/+bug/592602 - -Patch written by Bhavani Shankar <bhavi@ubuntu.com> ---- idesk-0.7.5/src/DesktopConfig.cpp -+++ idesk-0.7.5/src/DesktopConfig.cpp -@@ -24,6 +24,8 @@ - - #include "DesktopConfig.h" - #include "Util.h" -+#include <sys/types.h> // For stat() -+#include <sys/stat.h> // For stat() - - //the initilizer list just sets the program defaults for non-necessary options - DesktopConfig::DesktopConfig(Database db, string ideskrcFile) : |