mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Don't insist on finding crt0.o and friends.
This commit is contained in:
parent
42e0688a43
commit
cad2fe6b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13732
3
lang/TenDRA/scripts/configure
vendored
3
lang/TenDRA/scripts/configure
vendored
@ -11,8 +11,7 @@ fixlib()
|
||||
shift
|
||||
if [ ! -f $olib/$crt ]; then
|
||||
if [ ! -f $nlib/$crt ]; then
|
||||
echo "Can't find $crt" >&2
|
||||
exit 1
|
||||
echo "Warning: Can't find $crt" >&2
|
||||
else
|
||||
for i in "$@"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user