]> git.pld-linux.org Git - packages/link-grammar.git/blob - link-grammar-modules.patch
- updated to 5.12.3; python3 binding is gone, version 5.7.0 saved in python-linkgramm...
[packages/link-grammar.git] / link-grammar-modules.patch
1 --- link-grammar-5.12.3/bindings/perl/Makefile.am.orig  2023-06-02 17:24:16.764904515 +0200
2 +++ link-grammar-5.12.3/bindings/perl/Makefile.am       2023-06-02 17:24:58.628011057 +0200
3 @@ -52,7 +52,7 @@ if OS_NETBSD
4  AVOID_VERSION = -avoid-version
5  endif
6  
7 -clinkgrammar_la_LDFLAGS = -version-info $(AVOID_VERSION) @VERSION_INFO@ \
8 +clinkgrammar_la_LDFLAGS = -avoid-version \
9                                                                   $(PERL_LDFLAGS) -module -no-undefined
10  clinkgrammar_la_LIBADD = $(top_builddir)/link-grammar/liblink-grammar.la
11  
12 --- link-grammar-5.12.3/bindings/python/Makefile.am.orig        2023-06-02 06:44:56.982717281 +0200
13 +++ link-grammar-5.12.3/bindings/python/Makefile.am     2023-06-02 17:23:33.231807020 +0200
14 @@ -88,7 +88,7 @@ if OS_NETBSD
15  AVOID_VERSION = -avoid-version
16  endif
17  _clinkgrammar_la_LDFLAGS =                        \
18 -    -version-info @VERSION_INFO@ $(AVOID_VERSION) \
19 +    -avoid-version \
20      $(PYTHON_LDFLAGS) -module -no-undefined $(PYMODULE_EXT)
21  _clinkgrammar_la_LIBADD =                         \
22      $(top_builddir)/link-grammar/liblink-grammar.la $(PYTHON_LIBS)
This page took 0.073314 seconds and 3 git commands to generate.