aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 20:16:59 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 20:16:59 +0800
commite528d6fb5599dbc711d021fec2e699e890ca2109 (patch)
treee41fdc1254b1c510645bbfd54d2427f441abe857 /lang
parentfad334ec26cb775907b3834b82dd7c1871b88905 (diff)
downloadfreebsd-ports-gnome-e528d6fb5599dbc711d021fec2e699e890ca2109.tar.gz
freebsd-ports-gnome-e528d6fb5599dbc711d021fec2e699e890ca2109.tar.zst
freebsd-ports-gnome-e528d6fb5599dbc711d021fec2e699e890ca2109.zip
- fix build with gcc46
Diffstat (limited to 'lang')
-rw-r--r--lang/etoile-scriptkit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/etoile-scriptkit/Makefile b/lang/etoile-scriptkit/Makefile
index e56cd3fb9a4d..4ba20e69bf82 100644
--- a/lang/etoile-scriptkit/Makefile
+++ b/lang/etoile-scriptkit/Makefile
@@ -31,4 +31,8 @@ USE_GNUSTEP_MAKE_DIRS+= Frameworks/ScriptKit
FOUNDATION_PORT?= devel/etoile-foundation
+post-patch:
+ ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make \
+ ${WRKSRC}/Frameworks/ScriptKit/GNUmakefile
+
.include <bsd.port.mk>