mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Use OLD_LIBS instead of OLD_FILES so the user get a chance to keep them around if needed
Reported by: tijl
This commit is contained in:
parent
edff1c29d3
commit
43623d0ce7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358171
@ -37,10 +37,10 @@
|
||||
# done
|
||||
|
||||
# 20200220: Upgrade of ncurses, shlib bumped to version 9
|
||||
OLD_FILES+=lib/libncurses.so.8
|
||||
OLD_FILES+=lib/libncursesw.so.8
|
||||
OLD_FILES+=usr/lib32/libncurses.so.8
|
||||
OLD_FILES+=usr/lib32/libncursesw.so.8
|
||||
OLD_LIBS+=lib/libncurses.so.8
|
||||
OLD_LIBS+=lib/libncursesw.so.8
|
||||
OLD_LIBS+=usr/lib32/libncurses.so.8
|
||||
OLD_LIBS+=usr/lib32/libncursesw.so.8
|
||||
|
||||
# 20200206: Remove elf2aout
|
||||
OLD_FILES+=usr/bin/elf2aout
|
||||
|
Loading…
Reference in New Issue
Block a user