diff -u tuxnes-0.75.orig/Makefile.in tuxnes-0.75/Makefile.in --- tuxnes-0.75.orig/Makefile.in Mon Apr 16 12:43:43 2001 +++ tuxnes-0.75/Makefile.in Fri Jul 9 04:12:08 2004 @@ -414,7 +414,7 @@ ./comptbl table.o: compdata - ld -r -b binary -r -defsym TRANS_TBL=_binary_compdata_start $< -o table.o + ld -r -b binary -r -defsym TRANS_TBL=_binary_compdata_start compdata -o table.o # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -u tuxnes-0.75.orig/unzip.h tuxnes-0.75/unzip.h --- tuxnes-0.75.orig/unzip.h Wed Apr 11 20:23:10 2001 +++ tuxnes-0.75/unzip.h Fri Jul 9 04:14:33 2004 @@ -1,3 +1,4 @@ + /* unzip.h -- IO for uncompress .zip files using zlib Version 0.15 beta, Mar 19th, 1998, @@ -37,6 +38,10 @@ ftp://ftp.cdrom.com/pub/infozip/doc/appnote-970311-iz.zip PkWare has also a specification at : ftp://ftp.pkware.com/probdesc.zip */ + +#ifndef OF +#define OF(args) args +#endif #ifndef _unz_H #define _unz_H