ports: Update ncurses 6.5->6.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='ncurses'
|
||||
VERSION='6.5'
|
||||
DOWNLOAD_URL="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
|
||||
VERSION='6.6'
|
||||
DOWNLOAD_URL="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#355b4cbbed880b0381a04c46617b7656e362585d52e9cf84a67e2009b749ff11"
|
||||
CONFIG_SUB=('config.sub')
|
||||
CONFIGURE_OPTIONS=(
|
||||
"--with-pkg-config='$PKG_CONFIG'"
|
||||
@@ -11,6 +11,7 @@ CONFIGURE_OPTIONS=(
|
||||
'--enable-sigwinch'
|
||||
'--disable-widec'
|
||||
'--with-shared'
|
||||
'--with-trace'
|
||||
'--without-ada'
|
||||
'--without-manpages'
|
||||
CFLAGS='-std=c17'
|
||||
|
||||
Reference in New Issue
Block a user