summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-servers/XFree86-4-Server-snap/scripts/configure5
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure5
-rw-r--r--x11/XFree86-4-clients/scripts/configure5
-rw-r--r--x11/XFree86-4-libraries/scripts/configure5
-rw-r--r--x11/XFree86-4/scripts/configure5
-rw-r--r--x11/XFree86/scripts/configure5
6 files changed, 6 insertions, 24 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11-servers/XFree86-4-Server-snap/scripts/configure
+++ b/x11-servers/XFree86-4-Server-snap/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
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/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
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11/XFree86-4-clients/scripts/configure
+++ b/x11/XFree86-4-clients/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
diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11/XFree86-4-libraries/scripts/configure
+++ b/x11/XFree86-4-libraries/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
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
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 5379793cdc59..95896516f99b 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/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