summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9659ec7c163f..da11a7d153f2 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2847,6 +2847,7 @@ ifneq ($(SYSTEM_CLUCENE),)
define gb_LinkTarget__use_clucene
$(call gb_LinkTarget_add_defs,$(1),\
$(filter-out -I% -isystem%,$(subst -isystem /,-isystem/,$(CLUCENE_CFLAGS))) \
+ -DSYSTEM_CLUCENE \
)
$(call gb_LinkTarget_set_include,$(1),\
git/lo/core/commit/idl/inc/database.hxx?id=4e13a6911259d3d7d23b61cb76614263608bbd95'>use exceptions for error handling in .SDI parsingNoel Grandin 2016-02-11create a new class SvIdlParserNoel Grandin 2016-02-11simplify error handling codeNoel Grandin 2016-02-09rename aAttrList to aSlotListNoel Grandin 2016-02-09simplify SvMetaObjectMemberStackNoel Grandin 2016-02-08format IDL compiler headers a littleNoel Grandin 2016-02-07remove some dead code, found using LCOVNoel Grandin 2016-02-07.SDI compiler: expand out some typedefsNoel Grandin 2016-01-11loplugin:unusedmethods unused return value in idlNoel Grandin 2015-11-30loplugin:unusedfieldsNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann