------------------------------------------------------------ revno: 833 committer: Brandon Invergo <[email protected]> branch nick: trunk timestamp: Tue 2012-08-21 13:19:42 +0200 message: fix gnulib stdio-related build errors in gettext modified: gnu/gettext/Makefile
=== modified file 'gnu/gettext/Makefile' --- a/gnu/gettext/Makefile 2012-04-11 22:38:05 +0000 +++ b/gnu/gettext/Makefile 2012-08-21 11:19:42 +0000 @@ -15,3 +15,9 @@ DESCRIPTION = GNU gettext, a well integrated set of translation tools and documentation include ../../gar.lib/auto.mk + +pre-build: + exec sed -i -e '/gets is a security/d' $(WORKSRC)/gettext-runtime/gnulib-lib/stdio.in.h + exec sed -i -e '/gets is a security/d' $(WORKSRC)/gettext-tools/gnulib-lib/stdio.in.h + exec sed -i -e '/gets is a security/d' $(WORKSRC)/gettext-tools/libgettextpo/stdio.in.h + $(MAKECOOKIE)
