------------------------------------------------------------ revno: 801 committer: Brandon Invergo <[email protected]> branch nick: trunk timestamp: Mon 2012-08-20 21:42:00 +0200 message: fix m4 build error modified: gnu/m4/Makefile
=== modified file 'gnu/m4/Makefile' --- a/gnu/m4/Makefile 2011-03-02 10:36:14 +0000 +++ b/gnu/m4/Makefile 2012-08-20 19:42:00 +0000 @@ -14,3 +14,7 @@ DESCRIPTION = GNU M4 include ../../gar.lib/auto.mk + +pre-build: + exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.h + $(MAKECOOKIE)
