diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-08-21 01:14:41 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-08-21 01:14:41 +0000 |
commit | 0a8ad3b4f2aad00094352d9adbb293181f5d2c41 (patch) | |
tree | 89afb6b20fe9616ea456684ea247b44cdbcf19be /x11-misc/qterm/files | |
parent | Stable arm, bug #431846 (diff) | |
download | historical-0a8ad3b4f2aad00094352d9adbb293181f5d2c41.tar.gz historical-0a8ad3b4f2aad00094352d9adbb293181f5d2c41.tar.bz2 historical-0a8ad3b4f2aad00094352d9adbb293181f5d2c41.zip |
Add patch from upstrem to fix build failure with gcc 4.7. #427490
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/qterm/files')
-rw-r--r-- | x11-misc/qterm/files/qterm-0.5.12-glibc216.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch b/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch new file mode 100644 index 000000000000..a2f7c3b625c1 --- /dev/null +++ b/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch @@ -0,0 +1,12 @@ +diff --git a/src/main.cpp b/src/main.cpp +index 6c39d4a..859de70 100644 +--- a/src/main.cpp ++++ b/src/main.cpp +@@ -41,6 +41,7 @@ AUTHOR: kingson fiasco + #include <fcntl.h> + #include <execinfo.h> + #include <signal.h> ++#include <unistd.h> + + #define QTERM_SIG_MAX_RETS 50 + #define QTERM_SIG_LOG_DIR "/var/tmp" |