summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-19 10:31:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-19 10:31:02 +0000
commit08dcb35cc06f1ce36ee458e56c5d4e07bc69949c (patch)
tree93da83982a60e92700f53a99f2a40586dc4df658 /textproc
parent- force build with clang (diff)
- fix build with gcc46
Notes
Notes: svn path=/head/; revision=291799
Diffstat (limited to 'textproc')
-rw-r--r--textproc/etoile-ogrekit/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.pre.mk>
.if defined(WITH_ONIGURUMA4)