freebsd-ports/devel/icu2/files/patch-aa
Edwin Groothuis 36bf7b00da port-update: icu2
IBM has released a new version of ICU.

	Major changes can be found at
	http://oss.software.ibm.com/icu/download/2.6/

PR:		ports/53347
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Approved by:	maintainer timeout
2003-10-10 06:34:44 +00:00

18 lines
949 B
Text

--- source/Makefile.in.orig Mon Jun 9 04:38:48 2003
+++ source/Makefile.in Sat Jun 14 23:07:14 2003
@@ -180,12 +180,14 @@
$(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_DATA) $(top_srcdir)/config/icu-config-top $@
+ $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@
+ @chmod u+w $@
@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 >> $@
cat $(top_srcdir)/config/icu-config-bottom >> $@
echo "# Rebuilt on "`date` >> $@
+ @chmod u-w $@
config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h
@echo