- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-02-19 10:23:35 +00:00
parent 52a20dbbf1
commit 34a3f952ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291797

View File

@ -32,4 +32,7 @@ USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileUI
FOUNDATION_PORT?= devel/etoile-foundation
COREOBJECT_PORT?= devel/etoile-coreobject
post-patch:
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
.include <bsd.port.mk>