mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causes
more problems than it solves. PR: ports/168492 PR: ports/166202 (a fix for the consequences of) Approved by: maintainer timeout on previous commit that this is to fix, so this is implicit
This commit is contained in:
parent
1bf34d9471
commit
4369b57585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297910
@ -167,7 +167,7 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" ${I18N}
|
||||
.if exists(${LOCALBASE}/lib/libiconv.so)
|
||||
USE_ICONV= yes
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libintl.so) && !defined(WITHOUT_NLS)
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
.else
|
||||
MAKE_ARGS+= CONF_OPT_NLS="--disable-nls"
|
||||
|
Loading…
Reference in New Issue
Block a user