mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
36bf7b00da
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
19 lines
949 B
Plaintext
19 lines
949 B
Plaintext
--- 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
|