games/ggz-* ports:

- Fix build without NLS option after r344109

PR:		ports/187213
Reported by:	Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
Max Brazhnikov 2014-03-03 15:44:12 +00:00
parent 37288455d4
commit 423363e14f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346922
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ARGS= --disable-nls
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|libggz.la|libggz.so|g' ${WRKSRC}/configure

View File

@ -25,7 +25,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ARGS= --disable-nls
NLS_CONFIGURE_OFF= --disable-nls
.include "${.CURDIR}/../libggz/bsd.ggz.mk"
.include <bsd.port.mk>

View File

@ -26,7 +26,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ARGS= --disable-nls
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = -lggzcore|' \

View File

@ -23,7 +23,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ARGS= --disable-nls
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = $$(LIB_GGZCORE)|' \