1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- fix build with gnustep-make 2.4

This commit is contained in:
Dirk Meyer 2010-05-22 03:57:53 +00:00
parent 827eac96ae
commit 37d25994dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254775
2 changed files with 6 additions and 0 deletions

View File

@ -30,4 +30,7 @@ USE_GNUSTEP_MAKE_DIRS+= Frameworks/LuceneKit
OGREKIT_PORT?= textproc/etoile-ogrekit
post-configure:
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
.include <bsd.port.mk>

View File

@ -25,4 +25,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Services/User/FontManager
post-configure:
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
.include <bsd.port.mk>