aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-08 20:14:57 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-08 20:14:57 +0000
commitbbe942032cc4c0b170bdfc178c1cb3066b75af49 (patch)
tree5c1dfb97e455a2b25ba2059af57fb593cfc9f342 /x11/XFree86-4
parent50c7c16577dc21598a6b83f1e950d24aef085fc5 (diff)
downloadports-bbe942032cc4c0b170bdfc178c1cb3066b75af49.tar.gz
ports-bbe942032cc4c0b170bdfc178c1cb3066b75af49.zip
Notes
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/scripts/configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 9b65335a817d..30a9d37ed2cd 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -235,29 +235,6 @@ yesno "Build static libraries in addition to shared libraries?"
if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
-# ELF detection
-if [ `sysctl -n kern.osreldate` -ge 300004 -a X`objformat` = Xelf ]; then
- ELF=yes
-cat <<'END'
-
- Some programs still require a.out X libraries. Most noteable amongst
- these is Nestcape, but it is reported to work best with older X libraries.
- You can build a.out libraries here, using the lastest sources and
- compiler, or you can use the XFree86-aoutlibs port, which installs older
- a.out compatibility libraries.
-
- If you decide to build the libraries here they will not be uninstalled by
- this port, and they will be overwritten by the XFree86-aoutlibs port, if
- for some reason you install it.
-
-END
- noyes "Do you want to build and install a.out compatibility libraries?"
- if [ $answ = YES ]; then
- echo "#define BuildAoutLibraries YES" >> $F
- fi
-else
- ELF=no
-fi
if [ ${OSVERSION} -ge 300000 ]; then
cat <<'END'