diff options
| author | tnn <tnn@pkgsrc.org> | 2022-10-16 12:01:57 +0000 |
|---|---|---|
| committer | tnn <tnn@pkgsrc.org> | 2022-10-16 12:01:57 +0000 |
| commit | c016d1ec1a453b56fcb44b15f6fe729ad67c7d32 (patch) | |
| tree | 55f3afb30b689699aebbd9321f29bbb4a433952f /misc | |
| parent | 539a356034e6fd0192c555fc4dcb6de04632dbc2 (diff) | |
| download | pkgsrc-c016d1ec1a453b56fcb44b15f6fe729ad67c7d32.tar.gz | |
libreoffice: silence double brackets warning also
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/libreoffice/distinfo | 4 | ||||
| -rw-r--r-- | misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/libreoffice/distinfo b/misc/libreoffice/distinfo index 1ffba0834c7..1a4b4bf0a49 100644 --- a/misc/libreoffice/distinfo +++ b/misc/libreoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.133 2022/10/16 11:57:44 tnn Exp $ +$NetBSD: distinfo,v 1.134 2022/10/16 12:01:57 tnn Exp $ BLAKE2s (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 0e0a0ae1eb07e5058749dc1726bc59971c723b4b16c57d83f24b6ac6ddd96d71 SHA512 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = b9c02d63e9b47a838dbe67c05b9e9e4983d13b9d74794e1c30c73d341c3bc905c9edec3a72fa339ae8c0e06d97e69ac2ea23bf51336b77af14cab7ae67721a46 @@ -184,7 +184,7 @@ SHA1 (patch-external_skia_Library__skia.mk) = bf97a0724bd8cb5e249b63e60e85e2e721 SHA1 (patch-external_skia_UnpackedTarball__skia.mk) = 7c0a0ccfe67b5e45340be07d476032a39cbd38e5 SHA1 (patch-external_skia_netbsd.patch.0) = 7852da3030ce31cd089cba99c7949eda57ffaf8f SHA1 (patch-i18nutil_source_utility_unicode.cxx) = 138a0f278ad7ba7f6ae4657007f0c2fbe111be71 -SHA1 (patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh) = bdac61080480210dee6e356b7e39eab9a3bba7cf +SHA1 (patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh) = 64cbdbe2eef4fd0a5b6d81d4b31a1d39b72041c1 SHA1 (patch-sal_osl_unx_system.hxx) = 478dd47dc512d283a554600951010bbaa10c2c0e SHA1 (patch-sal_rtl_cipher.cxx) = e5e46d0b96e25572be86bf26f0053436859736cd SHA1 (patch-sc_source_core_tool_math.cxx) = 94ea14291d87ab7ad43a8f277738685e2743cb4a 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 3fe5247338e..960ecd60f68 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,4 +1,4 @@ -$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.4 2022/10/16 11:57:44 tnn Exp $ +$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.5 2022/10/16 12:01:57 tnn Exp $ shell portability @@ -16,7 +16,7 @@ shell portability else echo "libfreetype.so.6${mark64}" - if [[ "${XINERAMA_LINK}" == "dynamic" ]]; then -+ if [[ "${XINERAMA_LINK}" = "dynamic" ]]; then ++ if [ "${XINERAMA_LINK}" = "dynamic" ]; then echo "libXinerama.so.1${mark64}" fi fi |
