aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 18:31:02 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 18:31:02 +0800
commitfe0c1c000483abe7c47cc72d50cc4efef515bd8b (patch)
treed22a0a5226ce960285e8a48183d93e04369f1444 /textproc
parenta031f17538668c189f10e1d719a3bdab42ad527f (diff)
downloadfreebsd-ports-gnome-fe0c1c000483abe7c47cc72d50cc4efef515bd8b.tar.gz
freebsd-ports-gnome-fe0c1c000483abe7c47cc72d50cc4efef515bd8b.tar.zst
freebsd-ports-gnome-fe0c1c000483abe7c47cc72d50cc4efef515bd8b.zip
- fix build with gcc46
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)