diff options
author | sf <sf@FreeBSD.org> | 2002-01-06 20:33:54 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-06 20:33:54 +0000 |
commit | 6eb6157702f76a0b50ffa935404da2430e257fb0 (patch) | |
tree | a36f3f8400a137824478ce2499c72390b140a980 /x11-servers/XFree86-4-FontServer | |
parent | 3ed278a329d29a3f243a3662e4ed43b93f00e0b0 (diff) | |
download | FreeBSD-ports-6eb6157702f76a0b50ffa935404da2430e257fb0.zip FreeBSD-ports-6eb6157702f76a0b50ffa935404da2430e257fb0.tar.gz |
xfs does not have connection with Wraphelp.c
Diffstat (limited to 'x11-servers/XFree86-4-FontServer')
-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 5001698..a6a53f3 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 |