mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:17:43 +00:00
Ports: Remove termcap
termcap has last been updated in 2002, and is relying on a lot of deprecated C99 behavior. All two current users are fine without it, so just remove it completely.
This commit is contained in:
parent
14c724e8e2
commit
592c3a8cb4
7 changed files with 29 additions and 12 deletions
|
@ -26,7 +26,6 @@ depends=(
|
|||
'openssl'
|
||||
'readline'
|
||||
'sqlite'
|
||||
'termcap'
|
||||
'xz'
|
||||
'zlib'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue