summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Swenson <titanofold@gentoo.org>2012-08-18 18:57:21 +0000
committerAaron Swenson <titanofold@gentoo.org>2012-08-18 18:57:21 +0000
commitbd2cf96db8a083ba422dec782ee6bcdff3e295b0 (patch)
tree2573373cf81980828abc28bad8162b7b38c9e024 /x11-misc/slimlock/files
parentVersion bump. (diff)
downloadhistorical-bd2cf96db8a083ba422dec782ee6bcdff3e295b0.tar.gz
historical-bd2cf96db8a083ba422dec782ee6bcdff3e295b0.tar.bz2
historical-bd2cf96db8a083ba422dec782ee6bcdff3e295b0.zip
Add "X" USE flag dependency on imlib2. (Bug 427164) Add patch to fix building with GCC 4.7. (Bug 426866)
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/slimlock/files')
-rw-r--r--x11-misc/slimlock/files/slimlock-0.11-gcc47.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/slimlock/files/slimlock-0.11-gcc47.patch b/x11-misc/slimlock/files/slimlock-0.11-gcc47.patch
new file mode 100644
index 000000000000..3f21c9053912
--- /dev/null
+++ b/x11-misc/slimlock/files/slimlock-0.11-gcc47.patch
@@ -0,0 +1,22 @@
+diff -u a/panel.h b/panel.h
+--- a/panel.h 2012-02-07 05:11:48.000000000 +0100
++++ b/panel.h 2012-07-16 17:36:40.951304995 +0200
+@@ -21,6 +21,7 @@
+ #include <stdlib.h>
+ #include <signal.h>
+ #include <iostream>
++#include <unistd.h>
+ #include <string>
+
+ #ifdef NEEDS_BASENAME
+diff -u a/slimlock.cpp b/slimlock.cpp
+--- a/slimlock.cpp 2012-02-07 05:11:48.000000000 +0100
++++ b/slimlock.cpp 2012-07-16 17:36:23.796304587 +0200
+@@ -21,6 +21,7 @@
+ #include <pthread.h>
+ #include <err.h>
+ #include <signal.h>
++#include <unistd.h>
+
+ #include "cfg.h"
+ #include "util.h" \ No newline at end of file