diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> 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 |