1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/gsed/files/patch-configure
Pav Lucistnik 0eda687072 - Update to 4.1.5
PR:		ports/93928
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	<gabor.kovesdan@t-hosting.hu> (maintainer)
2006-04-15 15:34:38 +00:00

16 lines
576 B
Plaintext

--- 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 ;;