0ec3e0dfd0
ICU (International Components for Unicode) is a set for C/C++ and Java librairies providing Unicode and globalization support. icu4c is the C/C++ version. ICU services include code page conversion, collation (comparison using locale-specific ordering), locale-wise formatting, Unicode regexp and bidirectionnal text handling. ICU is available under an open source non-copyleft licence. from MAINTAINER Vincent Gross via jasper@, with hints from ajacoutot@ and tweak by me ok jasper@
15 lines
896 B
Plaintext
15 lines
896 B
Plaintext
$OpenBSD: patch-source_Makefile_in,v 1.1.1.1 2007/07/19 21:52:09 simon Exp $
|
|
--- source/Makefile.in.orig Thu Mar 30 02:33:20 2006
|
|
+++ source/Makefile.in Thu Jul 19 22:38:13 2007
|
|
@@ -174,8 +174,8 @@ $(top_builddir)/config/Makefile.inc: $(srcdir)/config/
|
|
|
|
$(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed
|
|
-$(RMV) $@
|
|
- $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@
|
|
- chmod u+w $@
|
|
+ cp $(top_srcdir)/config/icu-config-top $@
|
|
+ chmod 755 $@
|
|
@echo "# Following from @platform_make_fragment@" >> $@
|
|
sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
|
|
sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
|