openbsd-ports/graphics/tiff/patches/patch-libtiff_Makefile_in
2013-03-27 16:37:09 +00:00

20 lines
629 B
Plaintext

$OpenBSD: patch-libtiff_Makefile_in,v 1.14 2013/03/27 16:37:09 naddy Exp $
* Avoid picking up an old libtiff in ${LOCALBASE}.
--- libtiff/Makefile.in.orig Sat Sep 22 18:08:19 2012
+++ libtiff/Makefile.in Mon Sep 24 21:30:29 2012
@@ -288,10 +288,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS =
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LDFLAGS@ @LIBS@
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@