summaryrefslogtreecommitdiffstats
path: root/afpfs-ng/01-gcrypt.patch
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-04-19 15:06:37 +0200
committerorchidman <lesibel@free.fr>2012-04-19 15:06:37 +0200
commit9e976a2c014027671eccd80844ee229a9718da37 (patch)
tree88621c6a32351477239f6059fc9b5f8ec6fcbd07 /afpfs-ng/01-gcrypt.patch
parent8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6 (diff)
downloadnutyx-extra-9e976a2c014027671eccd80844ee229a9718da37.tar.gz
nutyx-extra-9e976a2c014027671eccd80844ee229a9718da37.tar.bz2
nutyx-extra-9e976a2c014027671eccd80844ee229a9718da37.tar.xz
nutyx-extra-9e976a2c014027671eccd80844ee229a9718da37.zip
afpfs-ng 0.8.3-1 ajout port
Diffstat (limited to 'afpfs-ng/01-gcrypt.patch')
-rw-r--r--afpfs-ng/01-gcrypt.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/afpfs-ng/01-gcrypt.patch b/afpfs-ng/01-gcrypt.patch
new file mode 100644
index 000000000..c10dea83a
--- /dev/null
+++ b/afpfs-ng/01-gcrypt.patch
@@ -0,0 +1,25 @@
+diff -ru afpfs-ng-0.8.1/configure.ac afpfs-ng-0.8.1+iPhone/configure.ac
+--- afpfs-ng-0.8.1/configure.ac 2008-03-08 16:23:12.000000000 +0000
++++ afpfs-ng-0.8.1+iPhone/configure.ac 2010-10-24 05:26:15.000000000 +0000
+@@ -50,21 +50,6 @@
+ case $host in
+ *-*-darwin*)
+ AC_MSG_CHECKING([for correct gcrypt version])
+- AC_RUN_IFELSE(
+- [AC_LANG_PROGRAM([
+- #include <gcrypt.h>
+- #include <stdio.h>],[
+- char*p= GCRYPT_VERSION;
+- unsigned int vers;
+- vers=atoi(p)*10000;
+- p=strchr(p,'.')+1;
+- vers+=atoi(p)*100;
+- p=strchr(p,'.')+1;
+- vers+=atoi(p);
+- if (vers<10400) return 1;
+- ])],
+- [AC_MSG_RESULT([yes])],
+- [AC_MSG_ERROR([version is < 1.4.0])])
+ AM_CONDITIONAL(HAVE_LIBGCRYPT, true)
+ AC_DEFINE([HAVE_LIBGCRYPT], [1] )
+ ;; \ No newline at end of file