From 87e17120d862e832170bc28627cda2232faa13e7 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 27 Mar 2009 05:13:53 +0000 Subject: Remove -Werror to fix the build on 6.X. Reported by: pointyhat via erwin --- games/gcompris/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 013e7d6b8b03..670b48b26e17 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -44,7 +44,8 @@ INFO= gcompris .include post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g ; \ + s|-Werror||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/gcompris/gcompris.c -- cgit