------------------------------------------------------------ revno: 821 committer: Brandon Invergo <[email protected]> branch nick: trunk timestamp: Tue 2012-08-21 00:45:06 +0200 message: fix libiconv build error modified: gnu/libiconv/Makefile
=== modified file 'gnu/libiconv/Makefile' --- a/gnu/libiconv/Makefile 2011-08-08 14:36:13 +0000 +++ b/gnu/libiconv/Makefile 2012-08-20 22:45:06 +0000 @@ -14,3 +14,7 @@ DESCRIPTION = GNU libiconv, an iconv(3) implementation include ../../gar.lib/auto.mk + +pre-build: + exec sed -i -e '/gets is a security/d' $(WORKSRC)/srclib/stdio.h + $(MAKECOOKIE)
