Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/tiff/Makefile,v
retrieving revision 1.69
diff -u -p -r1.69 Makefile
--- Makefile 21 Mar 2013 08:45:19 -0000 1.69
+++ Makefile 24 Mar 2013 16:44:20 -0000
@@ -5,7 +5,7 @@ COMMENT= tools and library routines for
DISTNAME= tiff-4.0.3
SHARED_LIBS= tiff 39.2 # 7.0
SHARED_LIBS+= tiffxx 40.1 # 7.0
-REVISION= 0
+REVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/libtiff/
Index: patches/patch-libtiff_Makefile_in
===================================================================
RCS file: /cvs/ports/graphics/tiff/patches/patch-libtiff_Makefile_in,v
retrieving revision 1.13
diff -u -p -r1.13 patch-libtiff_Makefile_in
--- patches/patch-libtiff_Makefile_in 24 Sep 2012 19:51:04 -0000 1.13
+++ patches/patch-libtiff_Makefile_in 24 Mar 2013 16:44:20 -0000
@@ -1,7 +1,6 @@
$OpenBSD: patch-libtiff_Makefile_in,v 1.13 2012/09/24 19:51:04 naddy Exp $
* Avoid picking up an old libtiff in ${LOCALBASE}.
-* Do not record inter-library dependencies.
--- libtiff/Makefile.in.orig Sat Sep 22 18:08:19 2012
+++ libtiff/Makefile.in Mon Sep 24 21:30:29 2012
@@ -14,7 +13,7 @@ $OpenBSD: patch-libtiff_Makefile_in,v 1.
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-+LIBS =
++LIBS = @LDFLAGS@ @LIBS@
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
--
Christian "naddy" Weisgerber [email protected]