diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:44:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:44:48 +0100 |
commit | cc9ab3e5b1bbc55fe0aa8c1d680d5c77ab8e77b8 (patch) | |
tree | 41c9cb0631983d57d132768adfc7f79622cef04c /dev-libs/icu | |
parent | app-text/ttf2pk2: drop x86-macos (diff) | |
download | gentoo-cc9ab3e5b1bbc55fe0aa8c1d680d5c77ab8e77b8.tar.gz gentoo-cc9ab3e5b1bbc55fe0aa8c1d680d5c77ab8e77b8.tar.bz2 gentoo-cc9ab3e5b1bbc55fe0aa8c1d680d5c77ab8e77b8.zip |
dev-libs/icu: fix Darwin patch for linking
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/files/icu-64.2-darwin.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/icu/files/icu-64.2-darwin.patch b/dev-libs/icu/files/icu-64.2-darwin.patch index e6af282bd0ef..d0029fa0fe5e 100644 --- a/dev-libs/icu/files/icu-64.2-darwin.patch +++ b/dev-libs/icu/files/icu-64.2-darwin.patch @@ -22,7 +22,7 @@ forward-ported from v58.2 to v64.2 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) else -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET)) $(PKGDATA_TRAILING_SPACE) -+LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) $(PKGDATA_TRAILING_SPACE) ++LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) endif ## Compiler switch to embed a runtime search path |