summaryrefslogtreecommitdiff
path: root/misc/libreoffice/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-19 07:48:27 +0000
committerwiz <wiz@pkgsrc.org>2022-05-19 07:48:27 +0000
commit686ad3062b32de39ca94cfacc32af7b43df8f073 (patch)
treeaead8419109284db03bc12fa38b33101d1253514 /misc/libreoffice/patches
parent768751940967b5b7950bb68eb24c2a6c533e2d10 (diff)
downloadpkgsrc-686ad3062b32de39ca94cfacc32af7b43df8f073.tar.gz
libreoffice: remove patch that was removed from distinfo during last update
Diffstat (limited to 'misc/libreoffice/patches')
-rw-r--r--misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 38e2e741cef..00000000000
--- a/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.1 2020/05/19 22:03:25 tnn Exp $
-
-Shell compatibility
-
---- instsetoo_native/inc_openoffice/unix/find-requires-x11.sh.orig 2020-04-07 15:26:49.000000000 +0000
-+++ instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
-@@ -18,8 +18,8 @@
- #
-
- cat > /dev/null
--[[ "${PLATFORMID}" == "linux_x86_64" ]] && mark64="()(64bit)"
--if [[ "${OS}" == "AIX" ]]; then
-+[ "${PLATFORMID}" = "linux_x86_64" ] && mark64="()(64bit)"
-+if [ "${OS}" = "AIX" ]; then
- echo "libfreetype.a(libfreetype.so.6${mark64})"
- else
- echo "libfreetype.so.6${mark64}"