summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-configure.ac
blob: 7891d280c2adac5af5d8cc971e1951cdf079eda8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2016-05-04 21:28:24 UTC
+++ configure.ac
@@ -9304,7 +9304,7 @@ if test "$enable_openssl" = "yes"; then
 
         with_system_openssl=no
         libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
-    elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
+    elif test "$_os" = "FreeBSD" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
             && test "$with_system_openssl" != "no"; then
         with_system_openssl=yes
         SYSTEM_OPENSSL=TRUE