diff options
Diffstat (limited to 'textproc/icu/patches/patch-aa')
-rw-r--r-- | textproc/icu/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/icu/patches/patch-aa b/textproc/icu/patches/patch-aa index 41d5e7a820f..5253da82c4c 100644 --- a/textproc/icu/patches/patch-aa +++ b/textproc/icu/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.10 2006/01/03 00:04:42 wiz Exp $ +$NetBSD: patch-aa,v 1.11 2007/03/23 12:51:13 recht Exp $ ---- Makefile.in.orig 2004-11-18 22:22:10.000000000 +0100 +--- Makefile.in.orig 2006-03-30 02:33:20.000000000 +0200 +++ Makefile.in @@ -174,7 +174,7 @@ $(top_builddir)/config/Makefile.inc: $(s @@ -8,6 +8,6 @@ $NetBSD: patch-aa,v 1.10 2006/01/03 00:04:42 wiz Exp $ -$(RMV) $@ - $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@ + cp -f $(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 >> $@ |