updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / phrasendrescher / phrasendrescher.patch
blob8fb45e4d4b815066a8a4bf621d34e3581ef1dd40
1 --- configure~ 2009-10-07 16:09:14.426222346 +0600
2 +++ configure 2009-10-07 16:09:46.862888069 +0600
3 @@ -11089,12 +11089,7 @@
4 fi
7 - if test "$SYSTEM_OS" = "MACOS"
8 - then
9 - SSL_LIB="crypto"
10 - else
11 - SSL_LIB="ssl"
12 - fi
13 +SSL_LIB="crypto"
16 as_ac_Lib=`$as_echo "ac_cv_lib_${SSL_LIB}''_PEM_read_PrivateKey" | $as_tr_sh`
17 --- src/plugins/enc-file.c~ 2009-10-07 16:13:47.192862347 +0600
18 +++ src/plugins/enc-file.c 2009-10-07 16:14:03.606195842 +0600
19 @@ -33,12 +33,7 @@
20 #include <string.h>
21 #include <unistd.h>
22 #include <locale.h>
24 -#ifdef LINUX
25 - #include <gpgme/gpgme.h>
26 -#else
27 - #include <gpgme.h>
28 -#endif
29 +#include <gpgme.h>
31 #include "../plugin.h"
32 #include "../utils.h"