Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: README.chromium

Issue 8230006: Use the OpenBSD header for ICU on OpenBSD (Closed) Base URL: http://git.chromium.org/chromium/deps/icu46.git@master
Patch Set: Add OpenBSD bits to README.chromium Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | public/common/unicode/popenbsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 6d473feb054ab39bc313f0fa0e005c2312c833d7..6363cd11e52680a25ea207ab2156032d4b82191b 100644
--- a/README.chromium
+++ b/README.chromium
@@ -9,7 +9,7 @@ This directory contains the source code of ICU 4.6 for C/C++
$ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tags/release-4-6 icu46
-2. Platform header files for Linux, FreeBSD, and Mac OS X:
+2. Platform header files for Linux, FreeBSD, OpenBSD and Mac OS X:
- Apply platform.patch in patches directory. : It applies the upstream
patch to platform.h.in (see http://bugs.icu-project.org/trac/ticket/8248)
@@ -20,7 +20,12 @@ This directory contains the source code of ICU 4.6 for C/C++
'runConfigureICU MacOSX' are run to generate
source/common/unicode/platform.h.
- - Rename it to 'plinux.h', 'pfreebsd.h', and 'pmac.h'
+ - On OpenBSD, source/common/unicode/platform.h is being generated
+ by the icu4c port in the ports directory and not by runConfigureICU.
+ In case the file has to be updated you can do:
+ cd /home/ports/textproc/icu4c && make configure
+
+ - Rename it to 'plinux.h', 'pfreebsd.h', 'popenbsd.h' and 'pmac.h'
- Apply patches/pmach.h.patch on Mac to pmac.h
« no previous file with comments | « no previous file | public/common/unicode/popenbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698