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, 0 insertions, 13 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
deleted file mode 100644
index 7c80a84efa1e..000000000000
--- a/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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