silence
This commit is contained in:
parent
ea55afdc69
commit
3692737425
1
audio/rplay/scripts/configure
vendored
1
audio/rplay/scripts/configure
vendored
@ -4,4 +4,3 @@ chmod -R +w ${WRKSRC}
|
||||
for i in `find ${WRKSRC} -name '*.[ch]' | xargs fgrep -l malloc.h`; do
|
||||
sed -e 's/malloc.h/stdlib.h/' < $i > $i.bak && mv $i.bak $i
|
||||
done
|
||||
echo " Done."
|
||||
|
Loading…
Reference in New Issue
Block a user