From 6dc53110f30d6b433f12d60f9e1f3047503c1edf Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 13 Sep 2023 11:03:38 +0000 Subject: automatic import of wordnet --- wordnet-3.0-libtool.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 wordnet-3.0-libtool.patch (limited to 'wordnet-3.0-libtool.patch') diff --git a/wordnet-3.0-libtool.patch b/wordnet-3.0-libtool.patch new file mode 100644 index 0000000..7d5610a --- /dev/null +++ b/wordnet-3.0-libtool.patch @@ -0,0 +1,26 @@ +diff -up WordNet-3.0/configure.ac.orig WordNet-3.0/configure.ac +--- WordNet-3.0/configure.ac.orig 2009-05-27 11:57:53.000000000 +0200 ++++ WordNet-3.0/configure.ac 2009-05-27 11:58:30.000000000 +0200 +@@ -8,7 +8,8 @@ AC_CONFIG_HEADER([config.h]) + + # Checks for programs. + AC_PROG_CC +-AC_PROG_RANLIB ++AM_PROG_CC_C_O ++AC_PROG_LIBTOOL + AC_PROG_INSTALL + + # Checks for header files. +diff -up WordNet-3.0/lib/Makefile.am.orig WordNet-3.0/lib/Makefile.am +--- WordNet-3.0/lib/Makefile.am.orig 2009-05-27 11:58:03.000000000 +0200 ++++ WordNet-3.0/lib/Makefile.am 2009-05-27 11:59:35.000000000 +0200 +@@ -1,5 +1,6 @@ +-lib_LIBRARIES = libWN.a +-libWN_a_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c +-libWN_a_CPPFLAGS = $(INCLUDES) ++lib_LTLIBRARIES = libWN.la ++libWN_la_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c ++libWN_la_CPPFLAGS = $(INCLUDES) ++libWN_la_LDFLAGS = -version-number 3:0:0 + INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include + SUBDIRS = wnres -- cgit v1.2.3