$OpenBSD: patch-bindings_python_Makefile_in,v 1.7 2018/06/16 11:13:30 ajacoutot Exp $

Index: bindings/python/Makefile.in
--- bindings/python/Makefile.in.orig
+++ bindings/python/Makefile.in
@@ -447,9 +447,9 @@ _clinkgrammar_la_CPPFLAGS = \
 # symlink to it of an unversioned name (at least up and including libtool
 # 2.4.6).  This is bad for Python modules, as they must have an identifier
 # name.
-@OS_WIN32_TRUE@AVOID_VERSION = -avoid-version
+AVOID_VERSION = -avoid-version
 _clinkgrammar_la_LDFLAGS = \
-    -version-info @VERSION_INFO@ $(AVOID_VERSION) \
+    $(AVOID_VERSION) \
     $(PYTHON2_LDFLAGS) -module -no-undefined
 
 _clinkgrammar_la_LIBADD = \
