diff options
author | reg <reg@FreeBSD.org> | 2000-03-07 06:44:47 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-03-07 06:44:47 +0000 |
commit | 620056d0b5a7663426f363be6feb33bf434eb3c5 (patch) | |
tree | e9b9151394bf6115882f65f891f9760a02653b7b /x11-servers/XFree86-4-Server/scripts | |
parent | a0fb6e219e5d49474853770088ed7e1045cf5e62 (diff) | |
download | FreeBSD-ports-620056d0b5a7663426f363be6feb33bf434eb3c5.zip FreeBSD-ports-620056d0b5a7663426f363be6feb33bf434eb3c5.tar.gz |
Discourage the building of a.out libs in favour of the new XFree86-aoutlibs
port.
Minor PLIST fixes.
Approved by: maintainer
Diffstat (limited to 'x11-servers/XFree86-4-Server/scripts')
-rw-r--r-- | x11-servers/XFree86-4-Server/scripts/configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure index 83fe244..735bfee 100644 --- a/x11-servers/XFree86-4-Server/scripts/configure +++ b/x11-servers/XFree86-4-Server/scripts/configure @@ -293,6 +293,19 @@ 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 |