diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-10-29 18:50:30 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-10-29 18:50:30 +0000 |
commit | da80ee91f9d98929c358665f2123984b288dc9df (patch) | |
tree | 344045711fa7c60c87830d0f42e53d903e0bab0e /app-crypt/ccid/files | |
parent | Version bump. (diff) | |
download | gentoo-2-da80ee91f9d98929c358665f2123984b288dc9df.tar.gz gentoo-2-da80ee91f9d98929c358665f2123984b288dc9df.tar.bz2 gentoo-2-da80ee91f9d98929c358665f2123984b288dc9df.zip |
Add patch from bug 109379 to allow compilation
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-crypt/ccid/files')
-rw-r--r-- | app-crypt/ccid/files/ccid-0.9.3.1-ifdhandler.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/ccid/files/ccid-0.9.3.1-ifdhandler.diff b/app-crypt/ccid/files/ccid-0.9.3.1-ifdhandler.diff new file mode 100644 index 000000000000..a031ebf8a0ce --- /dev/null +++ b/app-crypt/ccid/files/ccid-0.9.3.1-ifdhandler.diff @@ -0,0 +1,10 @@ +--- src/ifdhandler.c.old 2005-10-17 14:06:36.000000000 +0100 ++++ src/ifdhandler.c 2005-10-17 14:04:33.000000000 +0100 +@@ -19,6 +19,7 @@ + + /* $Id: ccid-0.9.3.1-ifdhandler.diff,v 1.1 2005/10/29 18:50:30 vanquirius Exp $ */ + ++#include <PCSC/reader.h> + #include <stdio.h> + #include <string.h> + #include <stdlib.h> |