diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:33:54 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:33:54 +0000 |
commit | eea213ffdb3f2dc59cc8962acfa2beda80658585 (patch) | |
tree | dd79f0898525dc68e6041895cf41464004955af4 /x11-servers | |
parent | c715d3c12b80076771db504f005325aa081ddee3 (diff) | |
download | ports-eea213ffdb3f2dc59cc8962acfa2beda80658585.tar.gz ports-eea213ffdb3f2dc59cc8962acfa2beda80658585.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XFree86-4-FontServer/scripts/configure | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/x11-servers/XFree86-4-FontServer/scripts/configure b/x11-servers/XFree86-4-FontServer/scripts/configure index 50016982c483..a6a53f321679 100644 --- a/x11-servers/XFree86-4-FontServer/scripts/configure +++ b/x11-servers/XFree86-4-FontServer/scripts/configure @@ -58,28 +58,7 @@ configure () { echo "#define InstallFSConfig $InstallFSConfig" >> $LOCALDEF echo "#define FreeBSDBuildXfs YES" >> $LOCALDEF - # Check Wraphelp.c - WH=$WRKDIR/xc/lib/Xdmcp/Wraphelp.c - cpwh=NO - if [ -f $WH ] ; then - cpwh=SOURCE - elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then - cpwh=$DISTDIR/xc/Wraphelp.c - else - echo "==> Warnning: Wraphelp.c not found, DES support NOT enabled." - fi - if [ X$cpwh != XNO -a X$cpwh != XSOURCE ]; then - tr -d '\r' < $cpwh > $WH - fi - - # Copy ORIGDEF to DESTDEF - rm -f $DESTDEF - if [ $cpwh = NO ] ; then - grep -v '#define.*HasXdmAuth' $ORIGDEF >> $DESTDEF - echo "#define HasXdmAuth NO" >> $DESTDEF - else - cp -f $ORIGDEF $DESTDEF - fi + cp -f $ORIGDEF $DESTDEF # copy generated config to host.def cp -f $LOCALDEF $HOSTDEF |