summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-05-24 20:12:36 +0200
committerAndras Timar <andras.timar@collabora.com>2024-01-15 08:31:42 +0100
commit29df00696393c63be1071357e7d404610dc71ba8 (patch)
tree5662d38b83c9a1d4b16bcc89d39e93b923c3f15c /configure.ac
parent8ce222753a43d46e94d351069ce19cc3e2db333c (diff)
FreeBSD: evaluate --with-gnu-patch
Change-Id: I41e2cc8dc74022c840dac6355ed29cc0c4c40b17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162063 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8ddf562d6c7..859b404d287a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11656,7 +11656,7 @@ if test -z "$PATCH"; then
fi
dnl On Solaris or macOS, check if --with-gnu-patch was used
-if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
+if test "$_os" = "SunOS" -o "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
if test -z "$with_gnu_patch"; then
GNUPATCH=$PATCH
else