Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84687 Details for
Bug 130024
Building WordNet as a shared library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for building WordNet as a shared library
Wordnet-2.1-shared.patch (text/plain), 878 bytes, created by
Anton Kazennikov
on 2006-04-14 23:54:11 UTC
(
hide
)
Description:
Patch for building WordNet as a shared library
Filename:
MIME Type:
Creator:
Anton Kazennikov
Created:
2006-04-14 23:54:11 UTC
Size:
878 bytes
patch
obsolete
>--- WordNet-2.1/configure.ac 2005-07-08 22:19:09.000000000 +0400 >+++ WordNet-2.1a/configure.ac 2006-04-14 01:23:06.781473750 +0400 >@@ -12,7 +12,7 @@ > AC_PROG_CC > AC_PROG_RANLIB > AC_PROG_INSTALL >- >+AC_PROG_LIBTOOL > # Checks for header files. > AC_HEADER_STDC > AC_CHECK_HEADERS([locale.h malloc.h stdlib.h string.h]) >diff -u -r -u WordNet-2.1/lib/Makefile.am WordNet-2.1a/lib/Makefile.am >--- WordNet-2.1/lib/Makefile.am 2005-06-17 22:51:28.000000000 +0400 >+++ WordNet-2.1a/lib/Makefile.am 2006-04-14 01:23:55.524520000 +0400 >@@ -1,5 +1,5 @@ >-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) > INCLUDES = -I$(top_srcdir)/include > SUBDIRS = wnres > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130024
: 84687