Ticket #625: tdfxconfig.patch

File tdfxconfig.patch, 810 bytes (added by ville.skytta@…, 20 years ago)

Fix tdfx related copy/pastos

  • configure

     
    19971997  --enable-s3fb)        _s3fb=yes       ;;
    19981998  --disable-s3fb)       _s3fb=no        ;;
    19991999  --enable-tdfxfb)      _tdfxfb=yes     ;;
     2000  --disable-tdfxfb)     _tdfxfb=no      ;;
    20002001  --disable-tdfxvid)    _tdfxvid=no     ;;
    20012002  --enable-tdfxvid)     _tdfxvid=yes    ;;
    20022003  --disable-tga)        _tga=no         ;;
    20032004  --enable-tga)         _tga=yes        ;;
    2004   --enable-tdfxfb)      _tdfxfb=yes     ;;
    2005   --disable-tdfxfb)     _tdfxfb=no      ;;
    20062005  --enable-directfb)    _directfb=yes   ;;
    20072006  --disable-directfb)   _directfb=no    ;;
    20082007  --enable-zr)          _zr=yes         ;;
     
    37303729  _def_tdfxvid='#undef HAVE_TDFX_VID'
    37313730  _novomodules="tdfx_vid $_novomodules"
    37323731fi
    3733 echores "$_tdfxfb"
     3732echores "$_tdfxvid"
    37343733
    37353734echocheck "tga"
    37363735if test "$_tga" = yes ; then