]> git.pld-linux.org Git - packages/libreoffice.git/blob - boost-1.59.patch
- more fixes for boost 1.59
[packages/libreoffice.git] / boost-1.59.patch
1 --- libreoffice-5.0.2.1/sdext/Library_pdfimport.mk~     2015-09-05 09:59:15.000000000 +0200
2 +++ libreoffice-5.0.2.1/sdext/Library_pdfimport.mk      2015-11-17 20:22:25.619990753 +0100
3 @@ -31,7 +31,8 @@
4  ))
5  
6  $(eval $(call gb_Library_use_externals,pdfimport,\
7         boost_headers \
8 +    boost_system \
9      zlib \
10      $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
11  ))
12 --- libreoffice-5.0.2.1/sdext/Executable_pdfunzip.mk~   2015-09-05 09:59:15.000000000 +0200
13 +++ libreoffice-5.0.2.1/sdext/Executable_pdfunzip.mk    2015-11-17 23:54:08.725597556 +0100
14 @@ -13,6 +13,7 @@
15  
16  $(eval $(call gb_Executable_use_externals,pdfunzip,\
17      boost_headers \
18 +    boost_system \
19      zlib \
20  ))
21  
22 --- libreoffice-5.0.2.1/sdext/CppunitTest_sdext_pdfimport.mk~   2015-09-05 09:59:15.000000000 +0200
23 +++ libreoffice-5.0.2.1/sdext/CppunitTest_sdext_pdfimport.mk    2015-11-17 23:54:30.339491441 +0100
24 @@ -21,6 +21,7 @@
25  
26  $(eval $(call gb_CppunitTest_use_externals,sdext_pdfimport,\
27      boost_headers \
28 +    boost_system \
29      zlib \
30  ))
31  
32 --- libreoffice-5.0.2.1/sdext/Executable_pdf2xml.mk~    2015-09-05 09:59:15.000000000 +0200
33 +++ libreoffice-5.0.2.1/sdext/Executable_pdf2xml.mk     2015-11-17 23:54:44.283181837 +0100
34 @@ -13,6 +13,7 @@
35  
36  $(eval $(call gb_Executable_use_externals,pdf2xml,\
37      boost_headers \
38 +    boost_system \
39      cppunit \
40      zlib \
41  ))
42 --- libreoffice-5.0.2.1/sdext/Executable_xpdfimport.mk~ 2015-09-05 09:59:15.000000000 +0200
43 +++ libreoffice-5.0.2.1/sdext/Executable_xpdfimport.mk  2015-11-17 23:54:54.916785137 +0100
44 @@ -11,6 +11,7 @@
45  
46  $(eval $(call gb_Executable_use_externals,xpdfimport,\
47      boost_headers \
48 +    boost_system \
49      poppler \
50      $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
51      zlib \
52 --- libreoffice-5.0.2.1/sdext/StaticLibrary_pdfimport_s.mk~     2015-09-05 09:59:15.000000000 +0200
53 +++ libreoffice-5.0.2.1/sdext/StaticLibrary_pdfimport_s.mk      2015-11-17 23:55:21.907461607 +0100
54 @@ -16,6 +16,7 @@
55  
56  $(eval $(call gb_StaticLibrary_use_externals,pdfimport_s,\
57      boost_headers \
58 +    boost_system \
59      zlib \
60  ))
61  
This page took 0.027512 seconds and 3 git commands to generate.