aboutsummaryrefslogtreecommitdiff
path: root/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/opengrm-ngram/files/patch-src-test-Makefile.in')
-rw-r--r--textproc/opengrm-ngram/files/patch-src-test-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/opengrm-ngram/files/patch-src-test-Makefile.in b/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
new file mode 100644
index 000000000000..8c69f347b278
--- /dev/null
+++ b/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
@@ -0,0 +1,11 @@
+--- src/test/Makefile.in.orig 2014-10-20 16:03:57.000000000 +0400
++++ src/test/Makefile.in 2014-10-20 16:04:02.000000000 +0400
+@@ -192,7 +192,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AM_CPPFLAGS = -I$(srcdir)/../include
+-AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm -ldl
++AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm
+ ngramrandtest_SOURCES = ngramrandtest.cc
+ ngramrandtest_LDADD = ../lib/libngram.la
+ dist_check_SCRIPTS = ngramprint_test.sh ngramcount_test.sh \