summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk')
-rw-r--r--editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk b/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
new file mode 100644
index 000000000000..7c80a84efa1e
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
@@ -0,0 +1,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