[vlc-commits] contrib/harfbuzz: syntax fix

Felix Paul Kühne git at videolan.org
Tue Nov 24 15:53:51 CET 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Nov 24 15:53:45 2015 +0100| [0cb9e81363c3d97a01343a82114f3fcb5d995cac] | committer: Felix Paul Kühne

contrib/harfbuzz: syntax fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0cb9e81363c3d97a01343a82114f3fcb5d995cac
---

 contrib/src/harfbuzz/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 26a1267..f21917c 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -9,9 +9,9 @@ endif
 
 HARFBUZZCONF = --with-icu=no --with-glib=no --with-fontconfig=no
 
-#ifdef HAVE_DARWIN_OS
+ifdef HAVE_DARWIN_OS
 HARFBUZZCONF += --with-coretext=yes
-#endif
+endif
 
 $(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2:
 	$(call download,$(HARFBUZZ_URL))



More information about the vlc-commits mailing list