diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-06 23:22:35 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-22 18:06:07 +0100 |
commit | 9527828aa0d2513706c55063a2d04eb783d6a808 (patch) | |
tree | b80e3a03f0800c4a129ae72b807eff2a86491137 /dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch | |
parent | media-libs/libcdr: Fix build with boost-1.59 (bug 574120) (diff) | |
download | gentoo-9527828aa0d2513706c55063a2d04eb783d6a808.tar.gz gentoo-9527828aa0d2513706c55063a2d04eb783d6a808.tar.bz2 gentoo-9527828aa0d2513706c55063a2d04eb783d6a808.zip |
dev-cpp/libcmis: Add upstream patches to fix bugs 556914, 569614
All tests passed.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch')
-rw-r--r-- | dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch b/dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch new file mode 100644 index 000000000000..348a590f4c30 --- /dev/null +++ b/dev-cpp/libcmis/files/libcmis-0.5.0-boost-linking.patch @@ -0,0 +1,21 @@ +From b572b60a5fdc630f7f3b31dfd5dbdd1ed48659ca Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <cedric.bosdonnat@free.fr> +Date: Thu, 16 Jul 2015 16:22:11 +0200 +Subject: [PATCH] Fix linking error when building with --with-boot + +--- + src/libcmis/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libcmis/Makefile.am b/src/libcmis/Makefile.am +index 3915d45..1955ea6 100644 +--- a/src/libcmis/Makefile.am ++++ b/src/libcmis/Makefile.am +@@ -144,6 +144,7 @@ libcmis_@LIBCMIS_API_VERSION@_la_LIBADD = \ + $(XML2_LIBS) \ + $(CURL_LIBS) \ + $(BOOST_SMART_PTR_LIBS) \ ++ $(BOOST_DATE_TIME_LDFLAGS) \ + $(BOOST_DATE_TIME_LIBS) + + libcmis_@LIBCMIS_API_VERSION@_la_includedir = $(includedir)/libcmis-@LIBCMIS_API_VERSION@/libcmis |