summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2021-04-29 15:44:20 -0700
committerDon Lewis <truckman@FreeBSD.org>2021-04-29 15:49:18 -0700
commit3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d (patch)
tree8991190accb5861394d33d28b74340e6e76936ea /editors/openoffice-devel/files
parentwww/py-boto3: Update 1.17.55 -> 1.17.61 (diff)
editors/openoffice-devel: Upgrade to a newer upstream snapshot
Upgrade to upstream commit 6aec515561 * Fixes CVE-2021-30245 * Misc other fixes The building using the archive format on FreeBSD does not require epm.
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