Linux supplement to the xv 3.10a rollup 2001-05-12 patch Linux users need to apply the xv 3.10a rollup 2001-05-12 patch as well as this patch. The xv 3.10a rollup 2001-05-12 patch may be found at: http://www.isthe.com/chongo/src/xv-patch/rollup-2001-05-12.patch See the following for more information on the xv 3.10a rollup 2001-05-12 patch: http://www.isthe.com/chongo/src/xv-patch/index.html for more details. =-= Disclaimers This patch is being distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This patch is in the public domain and is NOT copyrighted. That is, use this patch at your own risk. I do NOT maintain xv. Please do NOT send me xv bug reports. Send xv bug reports (and fixes) to the xv tech EMail address: http://www.trilon.com/xv/index.html#email I did NOT write xv. You are welcome to ``Share and Enjoy'' xv and send $25 to John Bradley. :-) chongo (http://www.isthe.com/chongo/index.html) /\oo/\ =-= *** Makefile.init Sat May 12 13:19:43 2001 --- Makefile Sat May 12 13:20:08 2001 *************** *** 1,8 **** # Makefile for xv # your C compiler (and options) of choice ! CC = cc ! # CC = gcc -ansi # use this if you're using 'cc' on a DEC Alpha (OSF/1) or MIPS (Ultrix) system: # CC = cc -std1 -Olimit 750 --- 1,8 ---- # Makefile for xv # your C compiler (and options) of choice ! # CC = cc ! CC = gcc -ansi # use this if you're using 'cc' on a DEC Alpha (OSF/1) or MIPS (Ultrix) system: # CC = cc -std1 -Olimit 750