openbsd-ports/graphics/lcms/patches/patch-samples_Makefile_in

26 lines
1.2 KiB
Plaintext
Raw Normal View History

$OpenBSD: patch-samples_Makefile_in,v 1.4 2007/08/05 19:04:52 espie Exp $
--- samples/Makefile.in.orig Tue Nov 1 01:13:40 2005
+++ samples/Makefile.in Tue Mar 7 22:42:42 2006
@@ -243,17 +243,17 @@ target_vendor = @target_vendor@
2006-03-16 06:03:07 -05:00
# Don't require all the GNU mandated files
AUTOMAKE_OPTIONS = 1.7 foreign
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
2004-02-03 00:15:16 -05:00
-icctrans_LDADD = $(top_builddir)/src/liblcms.la
2006-03-16 06:03:07 -05:00
+icctrans_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
2004-02-03 00:15:16 -05:00
icctrans_LDFLAGS = @LDFLAGS@
2006-03-16 06:03:07 -05:00
icctrans_SOURCES = icctrans.c xgetopt.c vprf.c
icctrans_MANS = icctrans.1
2004-02-03 00:15:16 -05:00
-wtpt_LDADD = $(top_builddir)/src/liblcms.la
2006-03-16 06:03:07 -05:00
+wtpt_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
2004-02-03 00:15:16 -05:00
wtpt_LDFLAGS = @LDFLAGS@
2006-03-16 06:03:07 -05:00
wtpt_SOURCES = wtpt.c xgetopt.c
2004-02-03 00:15:16 -05:00
-icc2ps_LDADD = $(top_builddir)/src/liblcms.la
2006-03-16 06:03:07 -05:00
+icc2ps_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
2004-02-03 00:15:16 -05:00
icc2ps_LDFLAGS = @LDFLAGS@
2006-03-16 06:03:07 -05:00
icc2ps_SOURCES = icc2ps.c xgetopt.c
2004-02-03 00:15:16 -05:00
-icclink_LDADD = $(top_builddir)/src/liblcms.la
2006-03-16 06:03:07 -05:00
+icclink_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
2004-02-03 00:15:16 -05:00
icclink_LDFLAGS = @LDFLAGS@
2006-03-16 06:03:07 -05:00
icclink_SOURCES = icclink.c xgetopt.c vprf.c
man_MANS = wtpt.1 icc2ps.1 icclink.1