Skip to content

Commit

Permalink
ncurses: reënable libtinfo 32bit pkgs
Browse files Browse the repository at this point in the history
fixes #42007
  • Loading branch information
classabbyamp committed Oct 9, 2023
1 parent fa943a1 commit 0bfc9da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions srcpkgs/ncurses/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ncurses'
pkgname=ncurses
version=6.4
revision=1
revision=2
bootstrap=yes
configure_args="--enable-big-core"
short_desc="System V Release 4.0 curses emulation library"
Expand Down Expand Up @@ -154,7 +154,6 @@ ncurses-term_package() {
}

ncurses-libtinfo-libs_package() {
lib32disabled=yes
depends="ncurses-libs-${version}_${revision}"
short_desc+=" - libtinfo.so symlink"
pkg_install() {
Expand All @@ -163,7 +162,7 @@ ncurses-libtinfo-libs_package() {
}

ncurses-libtinfo-devel_package() {
lib32disabled=yes
lib32mode=full
depends="ncurses-devel-${version}_${revision}"
depends+=" ncurses-libtinfo-libs-${version}_${revision}"
short_desc+=" - libtinfo.so symlink - development files"
Expand Down

0 comments on commit 0bfc9da

Please sign in to comment.