a60fbf806c
* Use FreeBSD patches to fix build and startup crash Changelog: I could not find it.
15 lines
437 B
Text
15 lines
437 B
Text
$NetBSD: patch-plug-ins_tiff_Makefile.am,v 1.1 2018/12/31 13:11:12 ryoon Exp $
|
|
|
|
--- plug-ins/tiff/Makefile.am.orig 2011-11-28 17:26:23.000000000 +0000
|
|
+++ plug-ins/tiff/Makefile.am
|
|
@@ -26,9 +26,8 @@ LDADD = \
|
|
$(OYRANOS_LIBS) \
|
|
@LCMS_LIB@ \
|
|
@LIBTIFF_LIB@ \
|
|
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
|
$(OPENEXR_LIBS) \
|
|
- -lc
|
|
+ -lm
|
|
|
|
DEPS = $(top_builddir)/lib/libcinepaint.la
|
|
|