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