The ncurses fix from early May was only partly correct. The configure
script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader did not run, it did not propagate to config.h. Add autoheader to the USE_AUTOTOOLS list to correct this.
This commit is contained in:
parent
20c9bb3e5d
commit
170e7b32c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214426
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
PORTNAME= zsh
|
||||
PORTVERSION= 4.3.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= SF
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -36,7 +36,7 @@ ZSH_VER= ${PORTVERSION}
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_ICONV= yes
|
||||
USE_AUTOTOOLS= autoconf:261
|
||||
USE_AUTOTOOLS= autoconf:261 autoheader:261
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Reference in a new issue