mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Remove support for OSVERION < 5
This commit is contained in:
parent
9db1593dac
commit
d7c299a535
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200754
2
devel/imake-4/scripts/configure
vendored
2
devel/imake-4/scripts/configure
vendored
@ -23,7 +23,7 @@ echo "#ifndef BuildAoutLibraries" >> $F
|
||||
echo "#define BuildAoutLibraries $BuildAoutLibraries" >> $F
|
||||
echo "#endif" >> $F
|
||||
isyes $DebuggableLibraries
|
||||
if [ $ret = YES -a $OSVERSION -ge 400000 ]; then
|
||||
if [ $ret = YES ]; then
|
||||
echo "#ifndef DebuggableLibraries" >> $F
|
||||
echo "#define DebuggableLibraries $ret" >> $F
|
||||
echo "#endif" >> $F
|
||||
|
Loading…
x
Reference in New Issue
Block a user