From fe0c1c000483abe7c47cc72d50cc4efef515bd8b Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 19 Feb 2012 10:31:02 +0000 Subject: - fix build with gcc46 --- textproc/etoile-ogrekit/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc') diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile index 0b91a935c912..9ba5a151ca9c 100644 --- a/textproc/etoile-ogrekit/Makefile +++ b/textproc/etoile-ogrekit/Makefile @@ -34,6 +34,9 @@ UNITKIT_PORT?= devel/etoile-unitkit ONIGURUMA4_PORT?= devel/oniguruma4 ONIGURUMA5_PORT?= devel/oniguruma5 +post-patch: + ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make + .include .if defined(WITH_ONIGURUMA4) -- cgit