summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-18 17:54:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-18 17:54:26 +0000
commit16a2bd8d2a6254f2fe49e9ade99742cb2f5571d4 (patch)
tree6948ad6321356bb982113316b1b445cf48c1acbb /app-crypt/xca/files
parentx86 stable, bug #287697 (diff)
downloadgentoo-2-16a2bd8d2a6254f2fe49e9ade99742cb2f5571d4.tar.gz
gentoo-2-16a2bd8d2a6254f2fe49e9ade99742cb2f5571d4.tar.bz2
gentoo-2-16a2bd8d2a6254f2fe49e9ade99742cb2f5571d4.zip
Fix building with GCC 4.4+ wrt #289608.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r--app-crypt/xca/files/xca-0.7.0-gcc44.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/xca/files/xca-0.7.0-gcc44.patch b/app-crypt/xca/files/xca-0.7.0-gcc44.patch
new file mode 100644
index 000000000000..2889b6f00180
--- /dev/null
+++ b/app-crypt/xca/files/xca-0.7.0-gcc44.patch
@@ -0,0 +1,11 @@
+diff -ur xca-0.7.0.orig/lib/db.h xca-0.7.0/lib/db.h
+--- xca-0.7.0.orig/lib/db.h 2009-09-11 00:08:25.000000000 +0300
++++ xca-0.7.0/lib/db.h 2009-10-18 20:52:31.000000000 +0300
+@@ -8,6 +8,7 @@
+ #ifndef _XCA_DB_H_
+ #define _XCA_DB_H_
+
++#include <stdint.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>