aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gsed/files/patch-configure')
-rw-r--r--textproc/gsed/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/gsed/files/patch-configure b/textproc/gsed/files/patch-configure
new file mode 100644
index 000000000000..2d21118c1299
--- /dev/null
+++ b/textproc/gsed/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Tue Feb 28 01:55:46 2006
++++ configure Tue Feb 28 01:56:06 2006
+@@ -11266,12 +11266,10 @@
+ done ;;
+ gettext-fix )
+ sed -e '/^mkinstalldirs *=/a\' \
+- -e "install_sh=$install_sh" \
+ -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
+ intl/Makefile > intl/Makefile.tmp
+ mv intl/Makefile.tmp intl/Makefile
+ sed -e '/^mkinstalldirs *=/a\' \
+- -e "install_sh=$install_sh" \
+ -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
+ po/Makefile > po/Makefile.tmp
+ mv po/Makefile.tmp po/Makefile ;;