]> git.pld-linux.org Git - packages/libreoffice.git/blob - boost-filesystem2.patch
- up to 6.1.0.3
[packages/libreoffice.git] / boost-filesystem2.patch
1 From b4339fa7eee12f173b2273aed5dc6b8abae528f4 Mon Sep 17 00:00:00 2001
2 From: David Tardon <dtardon@redhat.com>
3 Date: Tue, 8 Mar 2016 06:08:36 +0100
4 Subject: define boost_filestystem external for system boost too
5
6 Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e
7
8 Index: libreoffice-5.1.1.3/RepositoryExternal.mk
9 ===================================================================
10 --- libreoffice-5.1.1.3.orig/RepositoryExternal.mk
11 +++ libreoffice-5.1.1.3/RepositoryExternal.mk
12 @@ -676,6 +676,13 @@ $(call gb_LinkTarget_add_libs,$(1),\
13  
14  endef
15  
16 +define gb_LinkTarget__use_boost_filesystem
17 +$(call gb_LinkTarget__use_boost_lib,$(1),$(BOOST_FILESYSTEM_LIB))
18 +
19 +endef
20 +
21 +gb_ExternalProject__use_boost_filesystem :=
22 +
23  define gb_LinkTarget__use_boost_iostreams
24  $(call gb_LinkTarget_set_include,$(1),\
25         $$(INCLUDE) \
This page took 0.028524 seconds and 3 git commands to generate.