diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-19 08:35:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-19 08:35:25 +0000 |
commit | 1dd63e67439024fb432d7d391bf736c34d880d01 (patch) | |
tree | a294c929dad3e04bf72ecc023b3ddc22b4d19144 /dev-libs/yaz/files | |
parent | RESTRICT="test" wrt #277956. (diff) | |
download | gentoo-2-1dd63e67439024fb432d7d391bf736c34d880d01.tar.gz gentoo-2-1dd63e67439024fb432d7d391bf736c34d880d01.tar.bz2 gentoo-2-1dd63e67439024fb432d7d391bf736c34d880d01.zip |
Fix spurious + in patch to avoid harmless +# warning.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/yaz/files')
-rw-r--r-- | dev-libs/yaz/files/yaz-3.0.26-icu-automagic.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/yaz/files/yaz-3.0.26-icu-automagic.patch b/dev-libs/yaz/files/yaz-3.0.26-icu-automagic.patch index c0b243d7fe0a..febb73b7c044 100644 --- a/dev-libs/yaz/files/yaz-3.0.26-icu-automagic.patch +++ b/dev-libs/yaz/files/yaz-3.0.26-icu-automagic.patch @@ -1,6 +1,5 @@ -diff -ur yaz-3.0.26.orig/configure.ac yaz-3.0.26/configure.ac ---- yaz-3.0.26.orig/configure.ac 2008-02-21 12:48:44.000000000 +0200 -+++ yaz-3.0.26/configure.ac 2008-04-21 20:58:13.000000000 +0300 +--- yaz-3.0.26/configure.ac ++++ yaz-3.0.26/configure.ac @@ -349,14 +349,14 @@ dnl @@ -13,7 +12,7 @@ diff -ur yaz-3.0.26.orig/configure.ac yaz-3.0.26/configure.ac - AC_MSG_WARN([ICU support disabled because XML support is unavailable]) - fi -]) -++dnl ------ ICU ++dnl ------ ICU +AC_ARG_ENABLE(icu, [ --enable-icu enable ICU support],[enable_icu=$enableval],[enable_icu=no]) +if test "$enable_icu" = "yes"; then + AC_CHECK_ICU([3.6],[ |