summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
blob: 7c80a84efa1ebe21ea4cd77e3972f39527c8ad46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sdext/source/pdfimport/makefile.mk.orig	2014-09-19 18:16:25 UTC
+++ sdext/source/pdfimport/makefile.mk
@@ -70,6 +70,10 @@ SHL1STDLIBS=\
 	$(CPPULIB)			\
 	$(SALLIB)
 
+.IF "$(SYSTEM_BOOST)" == "YES"
+    SHL1STDLIBS+=-lboost_system
+.ENDIF
+
 .IF "$(GUI)" == "UNX"
     SHL1STDLIBS+=-lbasegfx_s
 .ELSE