remove patches no longer needed for tiff34
This commit is contained in:
parent
c4297f02a1
commit
a21f39a4cd
@ -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
|
||||
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user