summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
index 3e18a87c3f..4a2f414778 100644
--- a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
+++ b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
@@ -2,11 +2,11 @@ We are unable to run code at configure time in a cross environemnt, but as we
2control the build we can be fairly certain this dependency is met. 2control the build we can be fairly certain this dependency is met.
3 3
4JL 05/07/10 4JL 05/07/10
5Index: beecrypt-4.1.2/configure.ac 5Index: beecrypt-4.2.1/configure.ac
6=================================================================== 6===================================================================
7--- beecrypt-4.1.2.orig/configure.ac 2004-12-21 11:37:56.000000000 +0000 7--- beecrypt-4.2.1.orig/configure.ac 2010-11-26 17:12:25.000000000 +0800
8+++ beecrypt-4.1.2/configure.ac 2010-07-05 16:09:50.390083494 +0100 8+++ beecrypt-4.2.1/configure.ac 2010-11-26 17:12:30.000000000 +0800
9@@ -243,32 +243,6 @@ 9@@ -292,32 +292,6 @@
10 # Predefines and checks for C++ API support 10 # Predefines and checks for C++ API support
11 AH_TEMPLATE([CPPGLUE],[Define to 1 if you want to include the C++ code]) 11 AH_TEMPLATE([CPPGLUE],[Define to 1 if you want to include the C++ code])
12 12
@@ -36,6 +36,6 @@ Index: beecrypt-4.1.2/configure.ac
36- AC_LANG_POP(C) 36- AC_LANG_POP(C)
37-fi 37-fi
38- 38-
39 AM_CONDITIONAL([WITH_CPLUSPLUS],[test "$ac_with_cplusplus" = yes])
40
39 if test "$ac_with_cplusplus" = yes ; then 41 if test "$ac_with_cplusplus" = yes ; then
40 AC_DEFINE([CPPGLUE],1)
41 fi