diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-01-21 20:11:17 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-01-21 20:11:17 +0000 |
commit | af738349811c010434acfe76b7b453443680fc86 (patch) | |
tree | f1972f1f68d200018940a2d0f3178e3f452cc8a2 /app-crypt/gpa/files | |
parent | Marking sparc stable (diff) | |
download | gentoo-2-af738349811c010434acfe76b7b453443680fc86.tar.gz gentoo-2-af738349811c010434acfe76b7b453443680fc86.tar.bz2 gentoo-2-af738349811c010434acfe76b7b453443680fc86.zip |
Added qa patch
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-crypt/gpa/files')
-rw-r--r-- | app-crypt/gpa/files/gpa-0.7.3-qa.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/gpa/files/gpa-0.7.3-qa.patch b/app-crypt/gpa/files/gpa-0.7.3-qa.patch new file mode 100644 index 000000000000..2a24a17faec4 --- /dev/null +++ b/app-crypt/gpa/files/gpa-0.7.3-qa.patch @@ -0,0 +1,14 @@ +diff -urNp gpa-0.7.3.org/src/gpa.c gpa-0.7.3/src/gpa.c +--- gpa-0.7.3.org/src/gpa.c 2006-03-09 14:32:08.000000000 +0200 ++++ gpa-0.7.3/src/gpa.c 2007-01-21 22:10:21.000000000 +0200 +@@ -44,6 +44,10 @@ + #include "keytable.h" + #include "settingsdlg.h" + ++#ifndef G_OS_WIN32 ++#include <sys/stat.h> ++#endif ++ + #ifdef __MINGW32__ + #include "w32reg.h" + #include "hidewnd.h" |