aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4/scripts/configure
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-02-12 23:50:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-02-12 23:50:44 +0000
commitaa08c362ce100d9d422c1fc568c301ddfd2f4233 (patch)
tree09b3a6e70c43ae0ad9c2ff209ae9cc7e1ab366fc /x11/XFree86-4/scripts/configure
parent66a07a4009a1582f790d4762956385b35deaf14a (diff)
downloadports-aa08c362ce100d9d422c1fc568c301ddfd2f4233.tar.gz
ports-aa08c362ce100d9d422c1fc568c301ddfd2f4233.zip
Notes
Diffstat (limited to 'x11/XFree86-4/scripts/configure')
-rw-r--r--x11/XFree86-4/scripts/configure5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
-yesno "Do you want your X applications linked with gnu malloc? [YES] "
-gnumalloc=$answ
cat <<'END'
@@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
- -e "s/m486/m486 -fno-strength-reduce/" \
- -e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
+ -e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0