e974342660
Tested in a mulk muild, webkit and openoffice are happy with it. ok robert@
15 lines
893 B
Plaintext
15 lines
893 B
Plaintext
$OpenBSD: patch-source_Makefile_in,v 1.2 2008/10/31 09:56:15 landry Exp $
|
|
--- source/Makefile.in.orig Mon Sep 22 21:04:14 2008
|
|
+++ source/Makefile.in Wed Oct 29 11:15:42 2008
|
|
@@ -184,8 +184,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 >> $@
|