Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Here is a patch to remove a hard coded gperf call.

regards,
Bapt
From fa78e8613963ab809d3de72be69a1c85421d9c5a Mon Sep 17 00:00:00 2001
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Mon, 19 Sep 2011 19:22:32 +0200
Subject: [PATCH 6/6] Do not hard code gperf

---
 filter/source/svg/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/filter/source/svg/Makefile b/filter/source/svg/Makefile
index bd0e85e..20ed8f8 100644
--- a/filter/source/svg/Makefile
+++ b/filter/source/svg/Makefile
@@ -53,7 +53,7 @@ $(filter_GEN_svg_Tokens_hxx) : $(filter_GEN_svg_Tokens_gperf)
 $(filter_GEN_svg_Tokens_cxx) : $(filter_GEN_svg_Tokens_gperf)
        $(call gb_Output_announce,$@,build,GPF,1)
        $(call gb_Helper_abbreviate_dirs, \
-                gperf --compare-strncmp -C -m 20  $(filter_GEN_svg_Tokens_gperf) \
+                $(GPERF) --compare-strncmp -C -m 20  $(filter_GEN_svg_Tokens_gperf) \
                         | sed -e "s/(char\*)0/(char\*)0$(COMMA) 0/g" \
                         > $(filter_GEN_svg_Tokens_cxx))
 
-- 
1.7.6

Attachment: pgpXIT_YIRQ6S.pgp
Description: PGP signature


Context


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.