a60fbf806c
* Use FreeBSD patches to fix build and startup crash Changelog: I could not find it.
15 lines
419 B
Text
15 lines
419 B
Text
$NetBSD: patch-plug-ins_edge_Makefile.am,v 1.1 2018/12/31 13:11:12 ryoon Exp $
|
|
|
|
--- plug-ins/edge/Makefile.am.orig 2011-11-28 07:00:48.000000000 +0000
|
|
+++ plug-ins/edge/Makefile.am
|
|
@@ -15,9 +15,8 @@ INCLUDES = \
|
|
LDADD = \
|
|
$(top_builddir)/lib/libcinepaint.la \
|
|
$(X_LIBS) \
|
|
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
|
$(OPENEXR_LIBS) \
|
|
- -lc
|
|
+ -lm
|
|
|
|
DEPS = $(top_builddir)/lib/libcinepaint.la
|
|
|