remove patches no longer needed for tiff34

This commit is contained in:
marc 1998-07-04 03:40:38 +00:00
parent c4297f02a1
commit a21f39a4cd
3 changed files with 1 additions and 39 deletions

View File

@ -38,7 +38,7 @@
# versions will not work.
TIFFDEF = -DLIBTIFF
! TIFFINC = -I$(PREFIX)/include
! TIFFLIB = -L$(PREFIX)/lib -ltiff34 -ljpeg
! TIFFLIB = -L$(PREFIX)/lib -ltiff -ljpeg
TIFFBINARIES = tifftopnm pnmtotiff
TIFFOBJECTS = tifftopnm.o pnmtotiff.o

View File

@ -1,19 +0,0 @@
*** pnm/tifftopnm.c.orig Thu May 14 12:09:06 1998
--- pnm/tifftopnm.c Thu May 14 12:09:21 1998
***************
*** 28,34 ****
#endif
#include <tiffioP.h>
#endif
! #include <tiffio.h>
#define MAXCOLORS 1024
#ifndef PHOTOMETRIC_DEPTH
--- 28,34 ----
#endif
#include <tiffioP.h>
#endif
! #include <tiffio34.h>
#define MAXCOLORS 1024
#ifndef PHOTOMETRIC_DEPTH

View File

@ -1,19 +0,0 @@
*** pnm/pnmtotiff.c.orig Thu May 14 12:27:58 1998
--- pnm/pnmtotiff.c Thu May 14 12:28:24 1998
***************
*** 28,34 ****
#endif
#include <tiffioP.h>
#endif
! #include <tiffio.h>
#include "ppmcmap.h"
#define MAXCOLORS 256
--- 28,34 ----
#endif
#include <tiffioP.h>
#endif
! #include <tiffio34.h>
#include "ppmcmap.h"
#define MAXCOLORS 256