commit badc5f1d938738ba405e0b58380fd407ec64c7ee
Author: Jakub Bogusz <[email protected]>
Date:   Sat May 17 22:19:09 2014 +0200

    - 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}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-freetype.git/commitdiff/badc5f1d938738ba405e0b58380fd407ec64c7ee

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to