From 7058ec053bc486a10a0d4141dadd249f647ef721 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sun, 16 Aug 2020 12:18:17 +0000 Subject: editors/libreoffice6: - repocopy from editors/libreoffice - add i18n option (off by default to mimic classic behaviour) - register conflicts with main libreoffice port --- editors/libreoffice6/files/patch-configure | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editors/libreoffice6/files/patch-configure (limited to 'editors/libreoffice6/files/patch-configure') 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 -- cgit v1.2.3