summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-configure
blob: fdb217bbfc4a894d27ce115c0594ebdf33e325c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig	2017-05-03 16:54:21 UTC
+++ configure
@@ -5039,7 +5039,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRODUCTNAME" >&5
 $as_echo "$PRODUCTNAME" >&6; }
 
-PRODUCTNAME_WITHOUT_SPACES=${PRODUCTNAME// /}
+PRODUCTNAME_WITHOUT_SPACES=$(echo "$PRODUCTNAME" | tr -d ' ')
 
 
 
@@ -32392,7 +32392,7 @@ fi
 
 
 
-    elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
+    elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" -o "$_os" = "FreeBSD" \
             && test "$with_system_openssl" != "no"; then
         with_system_openssl=yes
         SYSTEM_OPENSSL=TRUE