[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.0.3_rc1-3-96-g3b2da8f



The following commit has been merged in the debian-experimental-4.1 branch:
commit e417ae86179a9515cb0a07c14848eebb86c4b016
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Apr 29 21:02:06 2013 +0200

    actually default is to enable harfbuzz; thus you need --disable-harfbuzz...

diff --git a/rules b/rules
index c8fe189..0df2d4a 100755
--- a/rules
+++ b/rules
@@ -601,7 +601,8 @@ ifeq "$(ENABLE_HARFBUZZ)" "y"
   ifneq (,$(filter harfbuzz, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , libharfbuzz-dev
   endif
-	CONFIGURE_FLAGS += --enable-harfbuzz
+else
+	CONFIGURE_FLAGS += --disable-harfbuzz
 endif
 
 

-- 
LibreOffice packaging repository


Reply to: