pkgsrc/textproc/gsed/patches/patch-aa
joerg 3421a697df Kill a completely bogus fragment of configure (also dead upstream)
and fix the issue in po/Makefile.in.in directly.
2007-04-10 19:44:27 +00:00

22 lines
669 B
Text

$NetBSD: patch-aa,v 1.4 2007/04/10 19:44:27 joerg Exp $
--- configure.orig 2007-04-10 19:12:05.000000000 +0000
+++ configure
@@ -11266,17 +11266,6 @@ done
;;
esac
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 ;;
esac
done
_ACEOF