* A number of security issues have been resolved, including CVE-2012-3401. * Accessor functions for TIFF field information have been added to support functionality which was available in libtiff 3.9.X. ok jasper@
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
$OpenBSD: patch-html_Makefile_in,v 1.8 2012/09/24 19:51:04 naddy Exp $
|
|
--- html/Makefile.in.orig Sat Sep 22 18:08:19 2012
|
|
+++ html/Makefile.in Mon Sep 24 21:30:29 2012
|
|
@@ -294,7 +294,7 @@ build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
-docdir = $(LIBTIFF_DOCDIR)/html
|
|
+docdir = $(LIBTIFF_DOCDIR)
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|