summaryrefslogtreecommitdiff
path: root/libicuio/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-22 16:06:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-22 16:06:11 +0300
commit2148e5c2a936b7bd6f7582b0a3b20e2d4b842502 (patch)
treee9b53c3218f57966ee38e7301fe64faedbe884b7 /libicuio/README-DEV
parent92aadc4b3a221b68527478e9459a01860a0db903 (diff)
Release version 65.1.0+6v65.1.0+6
Fix 'unable to find numeric literal operator' MinGW GCC 11 error Fix outdated URL in comment in libicuuc/build/bootstrap.build Update .gitignore Add symlink attribute for symbolic links that refer to upstream subdirectories Redo libicuio patch to align with libicuuc patches
Diffstat (limited to 'libicuio/README-DEV')
-rw-r--r--libicuio/README-DEV17
1 files changed, 5 insertions, 12 deletions
diff --git a/libicuio/README-DEV b/libicuio/README-DEV
index 733d50b..8cd01d9 100644
--- a/libicuio/README-DEV
+++ b/libicuio/README-DEV
@@ -2,18 +2,11 @@ This document describes how libicuio was packaged for build2. In particular,
this understanding will be useful when upgrading to a new upstream version.
See ../README-DEV for general notes on ICU packaging.
-Symlink the required upstream files and directories into libicuio/io/ and
-apply a patch that fixes the 'unable to find numeric literal operator' GCC 11
-error:
+Symlink the required upstream directories into libicuio/:
-$ mkdir libicuio/io
-$ pushd libicuio/io
-$ ln -s ../../../upstream/icu4c/source/io/{*.{h,cpp},unicode} ./
-$ rm ufile.cpp
-$ cp ../../../upstream/icu4c/source/io/ufile.cpp ./
-$ git apply ufile.cpp.patch
-$ popd
+$ ln -s ../../upstream/icu4c/source/io libicuio
-Note that the patch is produces by the following command:
+Fix the 'unable to find numeric literal operator' GCC 11 error:
-$ git diff >ufile.cpp.patch
+$ cp libicuio/io/ufile.cpp libicuio
+$ patch -p0 <libicuio/ufile.cpp.patch