/[gentoo-x86]/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch
Gentoo

Contents of /x11-misc/qterm/files/qterm-0.5.12-glibc216.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Aug 21 01:14:41 2012 UTC (9 months ago) by naota
Branch: MAIN
CVS Tags: HEAD
Add patch from upstrem to fix build failure with gcc 4.7. #427490

(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

1 diff --git a/src/main.cpp b/src/main.cpp
2 index 6c39d4a..859de70 100644
3 --- a/src/main.cpp
4 +++ b/src/main.cpp
5 @@ -41,6 +41,7 @@ AUTHOR: kingson fiasco
6 #include <fcntl.h>
7 #include <execinfo.h>
8 #include <signal.h>
9 +#include <unistd.h>
10
11 #define QTERM_SIG_MAX_RETS 50
12 #define QTERM_SIG_LOG_DIR "/var/tmp"

  ViewVC Help
Powered by ViewVC 1.1.13