openbsd-ports/graphics/tiff/patches/patch-libtiff_Makefile_in
naddy 520b48f4f7 Update to 3.7.3; from Bernd Ahlers <b.ahlers@ba-net.org>.
Major changes:
* Replace runtime endianess check with the compile time one.
* Added support for the new predictor type (floating point predictor),
  defined at the TIFF Technical Note 3.
* Added Support for custom tags, passed by value. Added support for
  all DNG tags.
2005-07-17 20:54:36 +00:00

13 lines
456 B
Plaintext

$OpenBSD: patch-libtiff_Makefile_in,v 1.7 2005/07/17 20:54:36 naddy Exp $
--- libtiff/Makefile.in.orig Tue Jul 5 18:38:08 2005
+++ libtiff/Makefile.in Wed Jul 13 18:52:48 2005
@@ -193,7 +193,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P
LDFLAGS = @LDFLAGS@
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS =
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@