diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-12-14 00:06:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-12-14 00:06:46 +0000 |
commit | fd19568a7b0c24ed74c620da31a597cecb3e1a57 (patch) | |
tree | 09aff89ad03c8119eae3aea4403e75a3934da768 /app-doc/dox/files | |
parent | Add patch to build with GCC 4.3, thanks to Bert Karwatzki in bug #250713. (diff) | |
download | gentoo-2-fd19568a7b0c24ed74c620da31a597cecb3e1a57.tar.gz gentoo-2-fd19568a7b0c24ed74c620da31a597cecb3e1a57.tar.bz2 gentoo-2-fd19568a7b0c24ed74c620da31a597cecb3e1a57.zip |
Add patch to build with GCC 4.3, thanks to Bert Karwatzki in bug #250628.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r5 x86_64)
Diffstat (limited to 'app-doc/dox/files')
-rw-r--r-- | app-doc/dox/files/dox-1.1+gcc-4.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-doc/dox/files/dox-1.1+gcc-4.3.patch b/app-doc/dox/files/dox-1.1+gcc-4.3.patch new file mode 100644 index 000000000000..00289cb15aa3 --- /dev/null +++ b/app-doc/dox/files/dox-1.1+gcc-4.3.patch @@ -0,0 +1,11 @@ +diff -aur dox-1.1.old/dox/main.cpp dox-1.1/dox/main.cpp +--- dox-1.1.old/dox/main.cpp 2008-12-11 20:29:49.000000000 +0100 ++++ dox-1.1/dox/main.cpp 2008-12-11 20:33:09.000000000 +0100 +@@ -20,6 +20,7 @@ + #include <unistd.h> + #include <X11/Xlib.h> + #include <X11/Xatom.h> ++#include <climits> + + extern Time qt_x_time; + |