mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
mail/jmba: don't auto-enable gettext
11.0 aarch64 used ld(1) from devel/binutils which implicitly passed -L/usr/local/lib thus gettext ended up being detected, breaking build due to underspecified USES=gettext-tools. The same issue would occur for USES=localbase or USE_GCC=yes, so just force off external gettext. Approved by: portmgr blanket
This commit is contained in:
parent
6f7c22282d
commit
3d16bba28e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458113
1 changed files with 1 additions and 2 deletions
|
@ -10,10 +10,9 @@ MAINTAINER= romain@FreeBSD.org
|
|||
COMMENT= Junk Mail Buffering Agent
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
BROKEN_aarch64= Fails to build: gmake: msgfmt: Command not found
|
||||
|
||||
PLIST_FILES= bin/jmba \
|
||||
man/man1/jmba.1.gz
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue