[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Jan 7 15:34:35 PST 2013
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e5dbf39900fa63051f64cc447a6742665cbee339
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Jan 7 17:34:24 2013 -0600
Bug 58638 - Building fails with ICU due to not passing required flags
diff --git a/configure.ac b/configure.ac
index 91ea713..8b74b45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,7 @@ dnl ==========================================================================
PKG_CHECK_MODULES(ICU, icu-uc, have_icu=true, have_icu=false)
if $have_icu; then
+ CXXFLAGS="$CXXFLAGS `$PKG_CONFIG --variable=CXXFLAGS icu-uc`"
AC_DEFINE(HAVE_ICU, 1, [Have ICU library])
fi
AM_CONDITIONAL(HAVE_ICU, $have_icu)
More information about the HarfBuzz
mailing list