summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-devel/files/patch-configure.ac')
-rw-r--r--editors/openoffice-devel/files/patch-configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-devel/files/patch-configure.ac b/editors/openoffice-devel/files/patch-configure.ac
deleted file mode 100644
index d7178782fa9d..000000000000
--- a/editors/openoffice-devel/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2021-04-17 18:43:53 UTC
-+++ configure.ac
-@@ -3407,7 +3407,7 @@ if test "$enable_epm" = "yes"; then
- dnl ===================================================================
- dnl Check for epm - not needed for Windows
- dnl ===================================================================
-- if test "$_os" != "WINNT"; then
-+ if test "$_os" != "WINNT" -a "$with_package_format" != "archive"; then
- if test -n "$with_epm"; then
- EPM=$with_epm
- else