mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Handle /usr/lib/aout which, like the visiting mother-in-law, has
overstayed its welcome.
This commit is contained in:
parent
f6410b121f
commit
18c9beae17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11700
1 changed files with 9 additions and 0 deletions
9
editors/emacs20/scripts/configure
vendored
Normal file
9
editors/emacs20/scripts/configure
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
cd ${WRKSRC}
|
||||
|
||||
if [ -f /usr/lib/aout/crt0.o -a ! -f /usr/lib/crt0.o ]; then
|
||||
sed -e "s|/usr/lib/crt0\.o|/usr/lib/aout/crt0.o|g" \
|
||||
src/s/freebsd.h > src/s/freebsd.h.new || exit
|
||||
mv src/s/freebsd.h.new src/s/freebsd.h
|
||||
fi
|
Loading…
Add table
Reference in a new issue