]> git.pld-linux.org Git - packages/libreoffice.git/blame - boost-filesystem2.patch
- start playing with 5.4.0.3
[packages/libreoffice.git] / boost-filesystem2.patch
CommitLineData
ff5c6517
JR
1From b4339fa7eee12f173b2273aed5dc6b8abae528f4 Mon Sep 17 00:00:00 2001
2From: David Tardon <dtardon@redhat.com>
3Date: Tue, 8 Mar 2016 06:08:36 +0100
4Subject: define boost_filestystem external for system boost too
5
6Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e
7
8Index: 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.069619 seconds and 4 git commands to generate.