openbsd-ports/math/openfst/patches/patch-src_bin_Makefile_in
bentley d41645c4fb Import openfst-1.3.1.
OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs). Weighted
finite-state transducers are automata where each transition has an input
label, an output label, and a weight. The more familiar finite-state
acceptor is represented as a transducer with each transition's input and
output label equal. Finite-state acceptors are used to represent sets of
strings (specifically, regular or rational sets); finite-state
transducers are used to represent binary relations between pairs of
strings (specifically, rational transductions). The weights can be used
to represent the cost of taking a particular transition.

ok jeremy@
2012-10-20 04:35:55 +00:00

13 lines
642 B
Plaintext

$OpenBSD: patch-src_bin_Makefile_in,v 1.1.1.1 2012/10/20 04:35:55 bentley Exp $
--- src/bin/Makefile.in.orig Fri Oct 12 04:35:04 2012
+++ src/bin/Makefile.in Fri Oct 12 04:35:07 2012
@@ -429,7 +429,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../script $(ICU_FLAGS)
-LDADD = ../script/libfstscript.la ../lib/libfst.la -lm -ldl
+LDADD = ../script/libfstscript.la ../lib/libfst.la -lm
@HAVE_BIN_TRUE@fstarcsort_SOURCES = fstarcsort.cc
@HAVE_BIN_TRUE@fstclosure_SOURCES = fstclosure.cc
@HAVE_BIN_TRUE@fstcompile_SOURCES = fstcompile.cc