pkgsrc/math/libmatheval/patches/patch-lib_Makefile.in
2014-04-28 12:43:34 +00:00

13 lines
488 B
Text

$NetBSD: patch-lib_Makefile.in,v 1.1 2014/04/28 12:43:34 joerg Exp $
--- lib/Makefile.in.orig 2014-04-28 10:52:55.000000000 +0000
+++ lib/Makefile.in
@@ -258,7 +258,7 @@ libmatheval_la_SOURCES = parser.y scanne
g77_interface.c node.c symbol_table.c xmalloc.c xmath.c
libmatheval_la_LDFLAGS = -version-info 1:0:0
-libmatheval_la_LIBADD = -lfl -lm
+libmatheval_la_LIBADD = -lm
include_HEADERS = matheval.h
noinst_HEADERS = common.h error.h node.h symbol_table.h xmalloc.h \
xmath.h