aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/icu/pc.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/icu/pc.patch
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/icu/pc.patch')
-rw-r--r--repos/extra/icu/pc.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/repos/extra/icu/pc.patch b/repos/extra/icu/pc.patch
deleted file mode 100644
index cb539bf5..00000000
--- a/repos/extra/icu/pc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-for some reason enable-shared only emits a requires.private here now and things
-underlink icu-uc libs when using other icu libs, even though the deps are correct
-this is https://github.com/unicode-org/icu/commit/199bc827021ffdb43b6579d68e5eecf54c7f6f56 ,
-consumers probably have to be explicit about -i18n -uc use now instead of it
-being implicit, but just undo .private for now
---
---- a/source/Makefile.in
-+++ b/source/Makefile.in
-@@ -290,7 +290,7 @@
- ifeq ($(ENABLE_SHARED),)
- @echo "Requires: icu-uc" >> $@
- else
-- @echo "Requires.private: icu-uc" >> $@
-+ @echo "Requires: icu-uc" >> $@
- endif
- @echo "Libs:" '-L$${libdir}' "${ICULIBS_I18N}" >> $@
- @echo $@ updated.
-@@ -302,7 +302,7 @@
- ifeq ($(ENABLE_SHARED),)
- @echo "Requires: icu-i18n" >> $@
- else
-- @echo "Requires.private: icu-i18n" >> $@
-+ @echo "Requires: icu-i18n" >> $@
- endif
- @echo "Libs:" '-L$${libdir}' "${ICULIBS_IO}" >> $@
- @echo $@ updated.