aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk')
-rw-r--r--editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk b/editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk
deleted file mode 100644
index 946e39cd7cae..000000000000
--- a/editors/openoffice-4/files/patch-xmlhelp_source_cxxhelp_provider_makefile.mk
+++ /dev/null
@@ -1,19 +0,0 @@
---- xmlhelp/source/cxxhelp/provider/makefile.mk.orig 2021-04-02 12:58:23 UTC
-+++ xmlhelp/source/cxxhelp/provider/makefile.mk
-@@ -49,14 +49,14 @@ CFLAGS += -DHAVE_EXPAT_H
- CFLAGS += -DHAVE_EXPAT_H
-
- .IF "$(SYSTEM_LIBXML)" == "YES"
--CFLAGS+= $(LIBXML_CFLAGS)
-+INCSYSTEM+= $(LIBXML_CFLAGS)
- .ELSE
- LIBXMLINCDIR=external$/libxml
- CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXMLINCDIR)
- .ENDIF
-
- .IF "$(SYSTEM_LIBXSLT)" == "YES"
--CFLAGS+= $(LIBXSLT_CFLAGS)
-+INCSYSTEM+= $(LIBXSLT_CFLAGS)
- .ELSE
- LIBXSLTINCDIR=external$/libxslt
- CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)