configure.ac checks if the operating system family is Linux or WINNT and
refuses to enable graphite support if this is not the case.
I'm using graphite on DragonFly and FreeBSD ports also enable it with a local
patch; the Linux or WINNT check should be removed.
Patch vs -master attached.
-- 
Francois Tigeot
From 9d033067bb7854c19b36bc21cba230eaa3d5815c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?= <ftigeot@wolfpond.org>
Date: Wed, 2 Jan 2013 13:06:11 +0100
Subject: [PATCH] configure: graphite can be used on non-Linux, non-WINNT
 platforms
Change-Id: I9e4b041273c07e39824e173ee06f125d2fbf937c
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 68723f4..9eefb03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8445,7 +8445,7 @@ dnl Graphite
 dnl ===================================================================
 
 AC_MSG_CHECKING([whether to enable graphite support])
-if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "$enable_graphite" = "" -o "$enable_graphite" 
!= "no"; then
+if test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then
     AC_MSG_RESULT([yes])
     ENABLE_GRAPHITE="TRUE"
     AC_DEFINE(ENABLE_GRAPHITE)
-- 
1.7.12
Context
- [PATCH] Stop disabling graphite on non-WINNT and non-Linux platforms · Francois Tigeot
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.