From badc5f1d938738ba405e0b58380fd407ec64c7ee Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 17 May 2014 22:19:09 +0200 Subject: [PATCH] - updated harfbuzz option handling --- crossmingw32-freetype.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crossmingw32-freetype.spec b/crossmingw32-freetype.spec index e5dca04..a43f897 100644 --- a/crossmingw32-freetype.spec +++ b/crossmingw32-freetype.spec @@ -119,7 +119,6 @@ export PKG_CONFIG_LIBDIR=%{_pkgconfigdir} CFLAGS="%{rpmcflags} \ %{?with_lcd:-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING} \ -DTT_CONFIG_OPTION_SUBPIXEL_HINTING \ -%{?with_harfbuzz:-DFT_CONFIG_OPTION_USE_HARFBUZZ} \ " \ %configure \ LIBPNG_CFLAGS="$(pkg-config --cflags libpng)" \ @@ -127,7 +126,8 @@ CFLAGS="%{rpmcflags} \ --target=%{target} \ --build=i686-pc-linux-gnu \ --host=%{target} \ - --enable-shared + --enable-shared \ + %{!?with_harfbuzz:--without-harfbuzz} %{__make} -- 2.44.0