From aadd6244c1d38f4544e150ff724ccbcdc7b43b29 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Mon, 1 May 2023 20:27:31 +0800 Subject: [PATCH] [Pale-Moon] Issue MoonchildProductions/UXP#1451 - Follow-up: Only copy hunspell shared library if we're not building against system Hunspell. We've never supported system Hunspell AFAICS, but if that time comes, we should prevent packaging from breaking if building against system Hunspell on *nix. --- application/palemoon/installer/package-manifest.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/palemoon/installer/package-manifest.in b/application/palemoon/installer/package-manifest.in index c2c1201b74..1961f9e937 100644 --- a/application/palemoon/installer/package-manifest.in +++ b/application/palemoon/installer/package-manifest.in @@ -66,8 +66,9 @@ #ifdef GKMEDIAS_SHARED_LIBRARY @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@ #endif -; Hunspell +#ifndef MOZ_SYSTEM_HUNSPELL @BINPATH@/@DLL_PREFIX@hunspell@DLL_SUFFIX@ +#endif #ifndef MOZ_SYSTEM_NSPR #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@