freebsd-ports/editors/openoffice-devel/files/patch-configure.ac
Don Lewis 3c571fd4ae 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.
2021-04-29 15:49:18 -07:00

11 lines
501 B
Text

--- 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