a60fbf806c
* Use FreeBSD patches to fix build and startup crash Changelog: I could not find it.
14 lines
354 B
Text
14 lines
354 B
Text
$NetBSD: patch-plug-ins_spread_Makefile.am,v 1.1 2018/12/31 13:11:12 ryoon Exp $
|
|
|
|
--- plug-ins/spread/Makefile.am.orig 2004-02-10 00:43:07.000000000 +0000
|
|
+++ plug-ins/spread/Makefile.am
|
|
@@ -15,8 +15,7 @@ INCLUDES = \
|
|
LDADD = \
|
|
$(top_builddir)/lib/libcinepaint.la \
|
|
$(X_LIBS) \
|
|
- \
|
|
- -lc
|
|
+ -lm
|
|
|
|
DEPS = $(top_builddir)/lib/libcinepaint.la
|
|
|