1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-02-19 12:16:59 +00:00
parent 2369a7603f
commit bfa8a89272
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291822

View File

@ -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>