summaryrefslogtreecommitdiff
path: root/editors/libreoffice6/files/patch-configure
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-08-16 12:18:17 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-08-16 12:18:17 +0000
commit7058ec053bc486a10a0d4141dadd249f647ef721 (patch)
tree42aa666a892a1837267475e43049d29ec07e9da9 /editors/libreoffice6/files/patch-configure
parenttextproc/libwps: update to 0.4.11 release (diff)
editors/libreoffice6:
- repocopy from editors/libreoffice - add i18n option (off by default to mimic classic behaviour) - register conflicts with main libreoffice port
Diffstat (limited to 'editors/libreoffice6/files/patch-configure')
-rw-r--r--editors/libreoffice6/files/patch-configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-configure b/editors/libreoffice6/files/patch-configure
new file mode 100644
index 000000000000..07e79b665e01
--- /dev/null
+++ b/editors/libreoffice6/files/patch-configure
@@ -0,0 +1,18 @@
+--- configure 2018-08-03 03:58:40.000000000 +0800
++++ configure 2018-08-10 05:28:52.021925000 +0800
+@@ -31735,7 +31735,7 @@
+
+
+
+- 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
+@@ -34402,5 +34412,5 @@
+ fi
+
+-if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then
++if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
+ if test -z "$with_gnu_patch"; then
+ GNUPATCH=$PATCH