From: Jakub Bogusz Date: Sat, 17 May 2014 20:19:09 +0000 (+0200) Subject: - updated harfbuzz option handling X-Git-Tag: auto/th/crossmingw32-freetype-2.5.3-3~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=badc5f1d938738ba405e0b58380fd407ec64c7ee;p=packages%2Fcrossmingw32-freetype.git - updated harfbuzz option handling --- 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}