diff options
author | tnn <tnn@pkgsrc.org> | 2022-10-16 11:57:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-10-16 11:57:44 +0000 |
commit | 539a356034e6fd0192c555fc4dcb6de04632dbc2 (patch) | |
tree | 812c4e556240bb9973e76e9d39c4236c365df1e6 /misc/libreoffice/patches | |
parent | 20a6ffbddcf97d66405d989f9c8453279910d433 (diff) | |
download | pkgsrc-539a356034e6fd0192c555fc4dcb6de04632dbc2.tar.gz |
libreoffice: fix a check portability warning
Diffstat (limited to 'misc/libreoffice/patches')
-rw-r--r-- | misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh b/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh index 9578be8f4e3..3fe5247338e 100644 --- a/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh +++ b/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh @@ -1,10 +1,10 @@ -$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.3 2022/07/17 10:58:12 tnn Exp $ +$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.4 2022/10/16 11:57:44 tnn Exp $ shell portability ---- instsetoo_native/inc_openoffice/unix/find-requires-x11.sh.orig 2022-04-27 11:23:38.000000000 +0000 +--- instsetoo_native/inc_openoffice/unix/find-requires-x11.sh.orig 2022-09-09 18:45:51.000000000 +0000 +++ instsetoo_native/inc_openoffice/unix/find-requires-x11.sh -@@ -18,8 +18,8 @@ +@@ -18,12 +18,12 @@ # cat > /dev/null @@ -15,3 +15,8 @@ shell portability echo "libfreetype.a(libfreetype.so.6${mark64})" else echo "libfreetype.so.6${mark64}" +- if [[ "${XINERAMA_LINK}" == "dynamic" ]]; then ++ if [[ "${XINERAMA_LINK}" = "dynamic" ]]; then + echo "libXinerama.so.1${mark64}" + fi + fi |