------------------------------------------------------------
revno: 832
committer: Brandon Invergo <[email protected]>
branch nick: trunk
timestamp: Tue 2012-08-21 12:38:16 +0200
message:
fix the fix for gnulib stdio gets build errors
modified:
gnu/emacs/Makefile
gnu/libiconv/Makefile
gnu/libtasn1/Makefile
gnu/m4/Makefile
=== modified file 'gnu/emacs/Makefile'
--- a/gnu/emacs/Makefile 2012-08-21 09:37:12 +0000
+++ b/gnu/emacs/Makefile 2012-08-21 10:38:16 +0000
@@ -20,5 +20,5 @@
include ../../gar.lib/auto.mk
pre-build:
- exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.h
+ exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
$(MAKECOOKIE)
=== modified file 'gnu/libiconv/Makefile'
--- a/gnu/libiconv/Makefile 2012-08-20 22:45:06 +0000
+++ b/gnu/libiconv/Makefile 2012-08-21 10:38:16 +0000
@@ -16,5 +16,5 @@
include ../../gar.lib/auto.mk
pre-build:
- exec sed -i -e '/gets is a security/d' $(WORKSRC)/srclib/stdio.h
+ exec sed -i -e '/gets is a security/d' $(WORKSRC)/srclib/stdio.in.h
$(MAKECOOKIE)
=== modified file 'gnu/libtasn1/Makefile'
--- a/gnu/libtasn1/Makefile 2012-08-20 19:51:26 +0000
+++ b/gnu/libtasn1/Makefile 2012-08-21 10:38:16 +0000
@@ -17,5 +17,5 @@
include ../../gar.lib/auto.mk
pre-build:
- exec sed -i -e '/gets is a security/d' $(WORKSRC)/gl/stdio.h
+ exec sed -i -e '/gets is a security/d' $(WORKSRC)/gl/stdio.in.h
$(MAKECOOKIE)
=== modified file 'gnu/m4/Makefile'
--- a/gnu/m4/Makefile 2012-08-20 19:42:00 +0000
+++ b/gnu/m4/Makefile 2012-08-21 10:38:16 +0000
@@ -16,5 +16,5 @@
include ../../gar.lib/auto.mk
pre-build:
- exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.h
+ exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
$(MAKECOOKIE)