summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2008-05-09 12:32:25 +0000
committerChristian Parpart <trapni@gentoo.org>2008-05-09 12:32:25 +0000
commite180fbe5d438fafc22739fed8cce3a7175035785 (patch)
treee80375d6907a7180f9a898791f6018fc2dc20a74 /x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch
parentMight as well fix implicit declarations too. (diff)
downloadhistorical-e180fbe5d438fafc22739fed8cce3a7175035785.tar.gz
historical-e180fbe5d438fafc22739fed8cce3a7175035785.tar.bz2
historical-e180fbe5d438fafc22739fed8cce3a7175035785.zip
fixes compilation error with GCC 4.3.0 - closes bug 219548
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch')
-rw-r--r--x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch b/x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch
new file mode 100644
index 000000000000..454804de9c79
--- /dev/null
+++ b/x11-libs/libsynaptics/files/libsynaptics-0.14.6c-r1-gcc-4-3-0.patch
@@ -0,0 +1,10 @@
+--- pad.cpp~ 2007-04-02 12:38:12.000000000 +0000
++++ pad.cpp 2007-04-02 12:38:21.000000000 +0000
+@@ -2,6 +2,7 @@
+ #include "synparam.h"
+ #include "pad.h"
+ #include <pthread.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <sys/shm.h>
+