diff options
Diffstat (limited to 'graphics/tiff/patches/patch-ay')
-rw-r--r-- | graphics/tiff/patches/patch-ay | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/tiff/patches/patch-ay b/graphics/tiff/patches/patch-ay new file mode 100644 index 00000000000..9bda457aa71 --- /dev/null +++ b/graphics/tiff/patches/patch-ay @@ -0,0 +1,46 @@ +$NetBSD: patch-ay,v 1.1 2005/07/14 14:59:10 wiz Exp $ + +--- libtiff/Makefile.in.orig 2005-07-05 18:38:08.000000000 +0200 ++++ libtiff/Makefile.in +@@ -93,7 +93,8 @@ am__installdirs = "$(DESTDIR)$(libdir)" + "$(DESTDIR)$(libtiffincludedir)" + libLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(lib_LTLIBRARIES) +-libtiff_la_LIBADD = ++am__DEPENDENCIES_1 = $(top_builddir)/port/libport.la ++libtiff_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am__objects_1 = tif_aux.lo tif_close.lo tif_codec.lo tif_color.lo \ + tif_compress.lo tif_dir.lo tif_dirinfo.lo tif_dirread.lo \ + tif_dirwrite.lo tif_dumpmode.lo tif_error.lo tif_extension.lo \ +@@ -105,7 +106,7 @@ am__objects_1 = tif_aux.lo tif_close.lo + tif_warning.lo tif_write.lo tif_zip.lo + am_libtiff_la_OBJECTS = $(am__objects_1) + libtiff_la_OBJECTS = $(am_libtiff_la_OBJECTS) +-am__DEPENDENCIES_1 = $(top_builddir)/libtiff/libtiff.la ++am__DEPENDENCIES_2 = $(top_builddir)/libtiff/libtiff.la + am__objects_2 = tif_stream.lo + am_libtiffxx_la_OBJECTS = $(am__objects_2) + libtiffxx_la_OBJECTS = $(am_libtiffxx_la_OBJECTS) +@@ -113,8 +114,7 @@ libtiffxx_la_OBJECTS = $(am_libtiffxx_la + PROGRAMS = $(noinst_PROGRAMS) + am_mkg3states_OBJECTS = mkg3states.$(OBJEXT) + mkg3states_OBJECTS = $(am_mkg3states_OBJECTS) +-am__DEPENDENCIES_2 = $(top_builddir)/port/libport.la +-mkg3states_DEPENDENCIES = $(am__DEPENDENCIES_2) ++mkg3states_DEPENDENCIES = $(am__DEPENDENCIES_1) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -I. + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles +@@ -347,10 +347,11 @@ lib_LTLIBRARIES = libtiff.la $(am__appen + libtiff_la_SOURCES = $(SRCS) + libtiff_la_LDFLAGS = -no-undefined -version-number \ + $(LIBTIFF_VERSION_INFO) $(am__append_3) ++libtiff_la_LIBADD = $(LIBPORT) + libtiffxx_la_SOURCES = $(SRCSXX) + libtiffxx_la_LDFLAGS = -no-undefined -version-number \ + $(LIBTIFF_VERSION_INFO) $(am__append_4) +-libtiffxx_la_LIBADD = $(LIBTIFF) ++libtiffxx_la_LIBADD = $(LIBTIFF) $(LIBPORT) + libtiffxx_la_DEPENDENCIES = libtiff.la + mkg3states_SOURCES = mkg3states.c tif_fax3.h + mkg3states_LDADD = $(LIBPORT) |